Uses of Interface
org.tmatesoft.svn.core.io.ISVNLocationSegmentHandler
Packages that use ISVNLocationSegmentHandler
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of ISVNLocationSegmentHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNLocationSegmentHandlerModifier and TypeMethodDescriptionprotected longDAVRepository.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) -
Uses of ISVNLocationSegmentHandler in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as ISVNLocationSegmentHandlerModifier and TypeFieldDescriptionprivate ISVNLocationSegmentHandlerDAVLocationSegmentsHandler.myLocationSegmentHandlerConstructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNLocationSegmentHandler -
Uses of ISVNLocationSegmentHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNLocationSegmentHandlerModifier and TypeMethodDescriptionprotected longFSRepository.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) longFSLocationsFinder.getNodeLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) private longFSLocationsFinder.maybeCropAndSendSegment(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, java.lang.String segmentPath, ISVNLocationSegmentHandler handler) -
Uses of ISVNLocationSegmentHandler in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNLocationSegmentHandlerModifier and TypeMethodDescriptionprotected longSVNRepositoryImpl.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) -
Uses of ISVNLocationSegmentHandler in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNLocationSegmentHandlerModifier and TypeFieldDescription(package private) ISVNLocationSegmentHandlerSVNRepository.LocationSegmentsLogHandler.myHandlerMethods in org.tmatesoft.svn.core.io with parameters of type ISVNLocationSegmentHandlerModifier and TypeMethodDescriptionlongSVNRepository.getLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) Callshandlerfor each segment in the location history ofpathinpegRevision, working backwards in time fromstartRevisiontoendRevision.private longSVNRepository.getLocationSegmentsFromLog(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) protected abstract longSVNRepository.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) voidSVNRepository.LocationSegmentsLogHandler.maybeCropAndSendSegment(java.lang.String path, long startRevision, long rangeStart, long rangeEnd, ISVNLocationSegmentHandler handler) Constructors in org.tmatesoft.svn.core.io with parameters of type ISVNLocationSegmentHandlerModifierConstructorDescriptionLocationSegmentsLogHandler(SVNNodeKind kind, java.lang.String lastPath, long startRev, ISVNLocationSegmentHandler handler)