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 longprivate longprivate longFields 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) longgetNodeOriginRevision(String path) getPreviousLocation(String path, long[] appearedRevision) longprivate voidloadOffsets(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:
getRevisionin classFSRoot
-
getChangedPaths
- Specified by:
getChangedPathsin classFSRoot- Throws:
SVNException
-
getCopyInheritance
- Specified by:
getCopyInheritancein classFSRoot- Throws:
SVNException
-
getNodeHistory
- Throws:
SVNException
-
getClosestCopy
- Throws:
SVNException
-
getRootRevisionNode
- Specified by:
getRootRevisionNodein classFSRoot- Throws:
SVNException
-
getPreviousLocation
public SVNLocationEntry getPreviousLocation(String path, long[] appearedRevision) throws SVNException - Throws:
SVNException
-
getNodeOriginRevision
- Throws:
SVNException
-
loadOffsets
- Throws:
SVNException
-