public class FSRevisionRoot extends FSRoot
myRootRevisionNode| Constructor and Description |
|---|
FSRevisionRoot(FSFS owner,
long revision) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getChangedPaths() |
FSClosestCopy |
getClosestCopy(java.lang.String path) |
FSCopyInheritance |
getCopyInheritance(FSParentPath child) |
FSNodeHistory |
getNodeHistory(java.lang.String path) |
long |
getNodeOriginRevision(java.lang.String path) |
SVNLocationEntry |
getPreviousLocation(java.lang.String path,
long[] appearedRevision) |
long |
getRevision() |
FSRevisionNode |
getRootRevisionNode() |
checkNodeKind, detectChanged, fetchAllChanges, fetchRevNodeFromCache, getFileSize, getFileStreamForPath, getOwner, getRevisionNode, openPath, putRevNodeToCache, removeRevNodeFromCachepublic FSRevisionRoot(FSFS owner, long revision)
public long getRevision()
getRevision in class FSRootpublic java.util.Map getChangedPaths()
throws SVNException
getChangedPaths in class FSRootSVNExceptionpublic FSCopyInheritance getCopyInheritance(FSParentPath child) throws SVNException
getCopyInheritance in class FSRootSVNExceptionpublic FSNodeHistory getNodeHistory(java.lang.String path) throws SVNException
SVNExceptionpublic FSClosestCopy getClosestCopy(java.lang.String path) throws SVNException
SVNExceptionpublic FSRevisionNode getRootRevisionNode() throws SVNException
getRootRevisionNode in class FSRootSVNExceptionpublic SVNLocationEntry getPreviousLocation(java.lang.String path, long[] appearedRevision) throws SVNException
SVNExceptionpublic long getNodeOriginRevision(java.lang.String path)
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.