Class FSLocationsFinder
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSLocationsFinder
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getNodeLocationSegments
(String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) private long
maybeCropAndSendSegment
(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, String segmentPath, ISVNLocationSegmentHandler handler) protected void
int
traceNodeLocations
(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
-
Field Details
-
myFSFS
-
-
Constructor Details
-
FSLocationsFinder
-
-
Method Details
-
traceNodeLocations
public int traceNodeLocations(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) throws SVNException - Throws:
SVNException
-
getNodeLocationSegments
public long getNodeLocationSegments(String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) throws SVNException - Throws:
SVNException
-
reset
-
maybeCropAndSendSegment
private long maybeCropAndSendSegment(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, String segmentPath, ISVNLocationSegmentHandler handler) throws SVNException - Throws:
SVNException
-