private class FSLog.PathInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) FSNodeHistory |
myHistory |
(package private) long |
myHistoryRevision |
(package private) boolean |
myIsDone |
(package private) boolean |
myIsFirstTime |
(package private) java.lang.String |
myPath |
Modifier | Constructor and Description |
---|---|
private |
PathInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkHistory(long currentRevision,
boolean strictNodeHistory,
long start,
boolean changed) |
FSLog.PathInfo |
getHistory(boolean strictNodeHistory,
long start) |
FSNodeHistory myHistory
boolean myIsDone
boolean myIsFirstTime
long myHistoryRevision
java.lang.String myPath
public FSLog.PathInfo getHistory(boolean strictNodeHistory, long start) throws SVNException
SVNException
public boolean checkHistory(long currentRevision, boolean strictNodeHistory, long start, boolean changed) throws SVNException
SVNException