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
     
    (package private) long
     
    (package private) boolean
     
    (package private) boolean
     
    (package private) java.lang.String
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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