public class FSFileRevisionsFinder
extends java.lang.Object
| Constructor and Description |
|---|
FSFileRevisionsFinder(FSFS fsfs) |
| Modifier and Type | Method and 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) |
public FSFileRevisionsFinder(FSFS fsfs)
public int getFileRevisions(java.lang.String path,
long startRevision,
long endRevision,
boolean includeMergedRevisions,
ISVNFileRevisionHandler handler)
throws SVNException
SVNExceptionpublic java.util.Map getPathMergeInfo(java.lang.String path,
long revision)
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.