Class DefaultFileReadLog

  • All Implemented Interfaces:
    com.embabel.agent.tools.file.FileReadLog

    
    public final class DefaultFileReadLog
     implements FileReadLog
                        

    Convenient file change log implementation that stores changes in memory and correctly handles duplicates.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit flushReads()
      Unit recordRead(String path)
      List<FileReads> getReads()
      • Methods inherited from class com.embabel.agent.tools.file.FileReadLog

        getPathsRead
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait