Class FSLocationsFinder
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSLocationsFinder
-
public class FSLocationsFinder extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
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)
protected void
reset(FSFS fsfs)
int
traceNodeLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
-
-
-
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)
-
-