Class FSLog.PathInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSLog.PathInfo
-
- Enclosing class:
- FSLog
private class FSLog.PathInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FSNodeHistorymyHistory(package private) longmyHistoryRevision(package private) booleanmyIsDone(package private) booleanmyIsFirstTime(package private) java.lang.StringmyPath
-
Constructor Summary
Constructors Modifier Constructor Description privatePathInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckHistory(long currentRevision, boolean strictNodeHistory, long start, boolean changed)FSLog.PathInfogetHistory(boolean strictNodeHistory, long start)
-
-
-
Field Detail
-
myHistory
FSNodeHistory myHistory
-
myIsDone
boolean myIsDone
-
myIsFirstTime
boolean myIsFirstTime
-
myHistoryRevision
long myHistoryRevision
-
myPath
java.lang.String myPath
-
-
Method Detail
-
getHistory
public FSLog.PathInfo getHistory(boolean strictNodeHistory, long start) throws SVNException
- Throws:
SVNException
-
checkHistory
public boolean checkHistory(long currentRevision, boolean strictNodeHistory, long start, boolean changed) throws SVNException- Throws:
SVNException
-
-