public class FSNodeHistory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private FSFS |
myFSFS |
private SVNLocationEntry |
myHistoryEntry |
private boolean |
myIsInteresting |
private SVNLocationEntry |
mySearchResumeEntry |
| Constructor and Description |
|---|
FSNodeHistory(SVNLocationEntry newHistoryEntry,
boolean interesting,
SVNLocationEntry newSearchResumeEntry,
FSFS owner) |
| Modifier and Type | Method and 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) |
private SVNLocationEntry myHistoryEntry
private SVNLocationEntry mySearchResumeEntry
private boolean myIsInteresting
private FSFS myFSFS
public FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
public SVNLocationEntry getHistoryEntry()
public static SVNLocationEntry findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath) throws SVNException
SVNExceptionpublic static boolean checkAncestryOfPegPath(java.lang.String fsPath,
long pegRev,
long futureRev,
FSFS owner)
throws SVNException
SVNExceptionprivate FSNodeHistory historyPrev(boolean crossCopies) throws SVNException
SVNExceptionpublic FSNodeHistory getPreviousHistory(boolean crossCopies) throws SVNException
SVNException