public class FSRevisionRoot extends FSRoot
Modifier and Type | Field and Description |
---|---|
private long |
myChangesOffset |
private long |
myRevision |
private long |
myRootOffset |
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() |
private void |
loadOffsets(FSFile file,
long itemIndex) |
checkNodeKind, detectChanged, fetchAllChanges, fetchRevNodeFromCache, getFileSize, getFileStreamForPath, getOwner, getRevisionNode, isUseLogAddressing, openPath, putRevNodeToCache, removeRevNodeFromCache, writeIndexData
private long myRevision
private long myRootOffset
private long myChangesOffset
public FSRevisionRoot(FSFS owner, long revision)
public long getRevision()
getRevision
in class FSRoot
public java.util.Map getChangedPaths() throws SVNException
getChangedPaths
in class FSRoot
SVNException
public FSCopyInheritance getCopyInheritance(FSParentPath child) throws SVNException
getCopyInheritance
in class FSRoot
SVNException
public FSNodeHistory getNodeHistory(java.lang.String path) throws SVNException
SVNException
public FSClosestCopy getClosestCopy(java.lang.String path) throws SVNException
SVNException
public FSRevisionNode getRootRevisionNode() throws SVNException
getRootRevisionNode
in class FSRoot
SVNException
public SVNLocationEntry getPreviousLocation(java.lang.String path, long[] appearedRevision) throws SVNException
SVNException
public long getNodeOriginRevision(java.lang.String path) throws SVNException
SVNException
private void loadOffsets(FSFile file, long itemIndex) throws SVNException
SVNException