Package com.google.refine.io
Class FileHistoryEntryManager
java.lang.Object
com.google.refine.io.FileHistoryEntryManager
- All Implemented Interfaces:
HistoryEntryManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(HistoryEntry historyEntry) protected FilegetChangeFile(HistoryEntry historyEntry) protected FilegetHistoryDir(HistoryEntry historyEntry) voidloadChange(HistoryEntry historyEntry) protected voidloadChange(HistoryEntry historyEntry, File file) voidsave(HistoryEntry historyEntry, Writer writer, Properties options) voidsaveChange(HistoryEntry historyEntry) protected voidsaveChange(HistoryEntry historyEntry, File file)
-
Constructor Details
-
FileHistoryEntryManager
public FileHistoryEntryManager()
-
-
Method Details
-
delete
- Specified by:
deletein interfaceHistoryEntryManager
-
save
- Specified by:
savein interfaceHistoryEntryManager
-
loadChange
- Specified by:
loadChangein interfaceHistoryEntryManager
-
loadChange
- Throws:
Exception
-
saveChange
- Specified by:
saveChangein interfaceHistoryEntryManager- Throws:
Exception
-
saveChange
- Throws:
Exception
-
getChangeFile
-
getHistoryDir
-