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) FSNodeHistory
myHistory
(package private) long
myHistoryRevision
(package private) boolean
myIsDone
(package private) boolean
myIsFirstTime
(package private) java.lang.String
myPath
-
Constructor Summary
Constructors Modifier Constructor Description private
PathInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkHistory(long currentRevision, boolean strictNodeHistory, long start, boolean changed)
FSLog.PathInfo
getHistory(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
-
-