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
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)
-
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
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
.protected abstract long
SVNRepository. getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
-