Class FSNodeHistory
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSNodeHistory
public class FSNodeHistory
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSFS
private SVNLocationEntry
private boolean
private SVNLocationEntry
-
Constructor Summary
ConstructorsConstructorDescriptionFSNodeHistory
(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkAncestryOfPegPath
(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner) static SVNLocationEntry
findYoungestCopyroot
(java.io.File reposRootDir, FSParentPath parPath) getPreviousHistory
(boolean crossCopies) private FSNodeHistory
historyPrev
(boolean crossCopies) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myHistoryEntry
-
mySearchResumeEntry
-
myIsInteresting
private boolean myIsInteresting -
myFSFS
-
-
Constructor Details
-
FSNodeHistory
public FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
-
-
Method Details
-
getHistoryEntry
-
findYoungestCopyroot
public static SVNLocationEntry findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath) throws SVNException - Throws:
SVNException
-
checkAncestryOfPegPath
public static boolean checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner) throws SVNException - Throws:
SVNException
-
historyPrev
- Throws:
SVNException
-
getPreviousHistory
- Throws:
SVNException
-