Package com.embabel.agent.tools.file
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.
-
-
Constructor Summary
Constructors Constructor Description DefaultFileReadLog(Map<String, FileReads> reads)
-
Method Summary
Modifier and Type Method Description UnitflushReads()UnitrecordRead(String path)List<FileReads>getReads()
-