Package com.embabel.agent.tools.file
Interface FileChangeLog
-
- All Implemented Interfaces:
public interface FileChangeLog
-
-
Method Summary
Modifier and Type Method Description abstract UnitflushChanges()abstract UnitrecordChange(FileModification c)abstract List<FileModification>getChanges()-
-
Method Detail
-
flushChanges
abstract Unit flushChanges()
-
recordChange
abstract Unit recordChange(FileModification c)
-
getChanges
abstract List<FileModification> getChanges()
-
-
-
-