Class FSLog.PathInfo

  • Enclosing class:
    FSLog

    private class FSLog.PathInfo
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • myIsDone

        boolean myIsDone
      • myIsFirstTime

        boolean myIsFirstTime
      • myHistoryRevision

        long myHistoryRevision
      • myPath

        java.lang.String myPath
    • Constructor Detail

      • PathInfo

        private PathInfo()