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
Fields Modifier and Type Field Description private FSFSmyFSFSprivate SVNLocationEntrymyHistoryEntryprivate booleanmyIsInterestingprivate SVNLocationEntrymySearchResumeEntry
-
Constructor Summary
Constructors Constructor Description FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancheckAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner)static SVNLocationEntryfindYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath)SVNLocationEntrygetHistoryEntry()FSNodeHistorygetPreviousHistory(boolean crossCopies)private FSNodeHistoryhistoryPrev(boolean crossCopies)
-
-
-
Field Detail
-
myHistoryEntry
private SVNLocationEntry myHistoryEntry
-
mySearchResumeEntry
private SVNLocationEntry mySearchResumeEntry
-
myIsInteresting
private boolean myIsInteresting
-
myFSFS
private FSFS myFSFS
-
-
Constructor Detail
-
FSNodeHistory
public FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
-
-
Method Detail
-
getHistoryEntry
public SVNLocationEntry 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
private FSNodeHistory historyPrev(boolean crossCopies) throws SVNException
- Throws:
SVNException
-
getPreviousHistory
public FSNodeHistory getPreviousHistory(boolean crossCopies) throws SVNException
- Throws:
SVNException
-
-