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 TypeMethodDescriptionjava.util.MapgetClosestCopy(java.lang.String path) getCopyInheritance(FSParentPath child) getNodeHistory(java.lang.String path) longgetNodeOriginRevision(java.lang.String path) getPreviousLocation(java.lang.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, writeIndexDataMethods 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:
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(java.lang.String path, long[] appearedRevision) throws SVNException - Throws:
SVNException
-
getNodeOriginRevision
- Throws:
SVNException
-
loadOffsets
- Throws:
SVNException
-