Uses of Interface
org.tmatesoft.svn.core.io.ISVNLocationSegmentHandler
-
Packages that use ISVNLocationSegmentHandler Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io 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 ISVNLocationSegmentHandler Modifier and Type Method Description protected long
DAVRepository. 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 ISVNLocationSegmentHandler Modifier and Type Field Description private ISVNLocationSegmentHandler
DAVLocationSegmentsHandler. myLocationSegmentHandler
Constructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNLocationSegmentHandler Constructor Description DAVLocationSegmentsHandler(ISVNLocationSegmentHandler handler)
-
Uses of ISVNLocationSegmentHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNLocationSegmentHandler Modifier and Type Method Description protected long
FSRepository. getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
long
FSLocationsFinder. getNodeLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
private long
FSLocationsFinder. 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 ISVNLocationSegmentHandler Modifier and Type Method Description protected long
SVNRepositoryImpl. 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 ISVNLocationSegmentHandler Modifier and Type Field Description (package private) ISVNLocationSegmentHandler
SVNRepository.LocationSegmentsLogHandler. myHandler
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNLocationSegmentHandler Modifier and Type Method Description long
SVNRepository. getLocationSegments(java.lang.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(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
protected abstract long
SVNRepository. getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
void
SVNRepository.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 ISVNLocationSegmentHandler Constructor Description LocationSegmentsLogHandler(SVNNodeKind kind, java.lang.String lastPath, long startRev, ISVNLocationSegmentHandler handler)
-