Class FSFileRevisionsFinder
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSFileRevisionsFinder
-
public class FSFileRevisionsFinder extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description FSFileRevisionsFinder(FSFS fsfs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFileRevisions(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
java.util.Map
getPathMergeInfo(java.lang.String path, long revision)
-
-
-
Constructor Detail
-
FSFileRevisionsFinder
public FSFileRevisionsFinder(FSFS fsfs)
-
-
Method Detail
-
getFileRevisions
public int getFileRevisions(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) throws SVNException
- Throws:
SVNException
-
getPathMergeInfo
public java.util.Map getPathMergeInfo(java.lang.String path, long revision) throws SVNException
- Throws:
SVNException
-
-