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 TypeMethodDescriptiongetClosestCopy
(String path) getCopyInheritance
(FSParentPath child) getNodeHistory
(String path) long
getNodeOriginRevision
(String path) getPreviousLocation
(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
-
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(String path, long[] appearedRevision) throws SVNException - Throws:
SVNException
-
getNodeOriginRevision
- Throws:
SVNException
-
loadOffsets
- Throws:
SVNException
-