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 long
DAVRepository.getLocationSegmentsImpl
(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 ISVNLocationSegmentHandler
DAVLocationSegmentsHandler.myLocationSegmentHandler
Constructors 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 long
FSRepository.getLocationSegmentsImpl
(String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) long
FSLocationsFinder.getNodeLocationSegments
(String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) private long
FSLocationsFinder.maybeCropAndSendSegment
(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, 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 long
SVNRepositoryImpl.getLocationSegmentsImpl
(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) ISVNLocationSegmentHandler
SVNRepository.LocationSegmentsLogHandler.myHandler
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNLocationSegmentHandlerModifier and TypeMethodDescriptionlong
SVNRepository.getLocationSegments
(String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) Callshandler
for each segment in the location history ofpath
inpegRevision
, working backwards in time fromstartRevision
toendRevision
.private long
SVNRepository.getLocationSegmentsFromLog
(String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) protected abstract long
SVNRepository.getLocationSegmentsImpl
(String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) void
SVNRepository.LocationSegmentsLogHandler.maybeCropAndSendSegment
(String path, long startRevision, long rangeStart, long rangeEnd, ISVNLocationSegmentHandler handler) Constructors in org.tmatesoft.svn.core.io with parameters of type ISVNLocationSegmentHandlerModifierConstructorDescriptionLocationSegmentsLogHandler
(SVNNodeKind kind, String lastPath, long startRev, ISVNLocationSegmentHandler handler)