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
FieldsModifier and TypeFieldDescription(package private) FSNodeHistory
(package private) long
(package private) boolean
(package private) boolean
(package private) java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkHistory
(long currentRevision, boolean strictNodeHistory, long start, boolean changed) getHistory
(boolean strictNodeHistory, long start) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myHistory
FSNodeHistory myHistory -
myIsDone
boolean myIsDone -
myIsFirstTime
boolean myIsFirstTime -
myHistoryRevision
long myHistoryRevision -
myPath
java.lang.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
-