Class FSLog.PathInfo
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSLog.PathInfo
- Enclosing class:
- FSLog
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) FSNodeHistory
(package private) long
(package private) boolean
(package private) boolean
(package private) String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkHistory
(long currentRevision, boolean strictNodeHistory, long start, boolean changed) getHistory
(boolean strictNodeHistory, long start)
-
Field Details
-
myHistory
FSNodeHistory myHistory -
myIsDone
boolean myIsDone -
myIsFirstTime
boolean myIsFirstTime -
myHistoryRevision
long myHistoryRevision -
myPath
String myPath
-
-
Constructor Details
-
PathInfo
private PathInfo()
-
-
Method Details
-
getHistory
- Throws:
SVNException
-
checkHistory
public boolean checkHistory(long currentRevision, boolean strictNodeHistory, long start, boolean changed) throws SVNException - Throws:
SVNException
-