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 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 ISVNLocationSegmentHandler Modifier and Type Field Description private ISVNLocationSegmentHandlerDAVLocationSegmentsHandler. myLocationSegmentHandlerConstructors 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 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 ISVNLocationSegmentHandler Modifier and Type Method Description protected 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 ISVNLocationSegmentHandler Modifier and Type Field Description (package private) ISVNLocationSegmentHandlerSVNRepository.LocationSegmentsLogHandler. myHandlerMethods in org.tmatesoft.svn.core.io with parameters of type ISVNLocationSegmentHandler Modifier and Type Method Description longSVNRepository. 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 ISVNLocationSegmentHandler Constructor Description LocationSegmentsLogHandler(SVNNodeKind kind, java.lang.String lastPath, long startRev, ISVNLocationSegmentHandler handler)
-