Class FSLocationsFinder
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSLocationsFinder
-
public class FSLocationsFinder extends java.lang.Object
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description FSLocationsFinder(FSFS fsfs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNodeLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
private long
maybeCropAndSendSegment(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, java.lang.String segmentPath, ISVNLocationSegmentHandler handler)
protected void
reset(FSFS fsfs)
int
traceNodeLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
-
-
-
Field Detail
-
myFSFS
private FSFS myFSFS
-
-
Constructor Detail
-
FSLocationsFinder
public FSLocationsFinder(FSFS fsfs)
-
-
Method Detail
-
traceNodeLocations
public int traceNodeLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) throws SVNException
- Throws:
SVNException
-
getNodeLocationSegments
public long getNodeLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) throws SVNException
- Throws:
SVNException
-
reset
protected void reset(FSFS fsfs)
-
maybeCropAndSendSegment
private long maybeCropAndSendSegment(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, java.lang.String segmentPath, ISVNLocationSegmentHandler handler) throws SVNException
- Throws:
SVNException
-
-