Class FSRevisionRoot
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSRoot
org.tmatesoft.svn.core.internal.io.fs.FSRevisionRoot
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private long
private long
Fields inherited from class org.tmatesoft.svn.core.internal.io.fs.FSRoot
myRootRevisionNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.util.Map
getClosestCopy
(java.lang.String path) getCopyInheritance
(FSParentPath child) getNodeHistory
(java.lang.String path) long
getNodeOriginRevision
(java.lang.String path) getPreviousLocation
(java.lang.String path, long[] appearedRevision) long
private void
loadOffsets
(FSFile file, long itemIndex) Methods inherited from class org.tmatesoft.svn.core.internal.io.fs.FSRoot
checkNodeKind, detectChanged, fetchAllChanges, fetchRevNodeFromCache, getFileSize, getFileStreamForPath, getOwner, getRevisionNode, isUseLogAddressing, openPath, putRevNodeToCache, removeRevNodeFromCache, writeIndexData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myRevision
private long myRevision -
myRootOffset
private long myRootOffset -
myChangesOffset
private long myChangesOffset
-
-
Constructor Details
-
FSRevisionRoot
-
-
Method Details
-
getRevision
public long getRevision()- Specified by:
getRevision
in classFSRoot
-
getChangedPaths
- Specified by:
getChangedPaths
in classFSRoot
- Throws:
SVNException
-
getCopyInheritance
- Specified by:
getCopyInheritance
in classFSRoot
- Throws:
SVNException
-
getNodeHistory
- Throws:
SVNException
-
getClosestCopy
- Throws:
SVNException
-
getRootRevisionNode
- Specified by:
getRootRevisionNode
in classFSRoot
- Throws:
SVNException
-
getPreviousLocation
public SVNLocationEntry getPreviousLocation(java.lang.String path, long[] appearedRevision) throws SVNException - Throws:
SVNException
-
getNodeOriginRevision
- Throws:
SVNException
-
loadOffsets
- Throws:
SVNException
-