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 FSFS
myFSFS
private SVNLocationEntry
myHistoryEntry
private boolean
myIsInteresting
private SVNLocationEntry
mySearchResumeEntry
-
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 boolean
checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner)
static SVNLocationEntry
findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath)
SVNLocationEntry
getHistoryEntry()
FSNodeHistory
getPreviousHistory(boolean crossCopies)
private FSNodeHistory
historyPrev(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
-
-