Package org.nuiton.io
Interface FileUpdater
- All Known Implementing Classes:
FileUpdaterHelper.JavaFileUpdater,FileUpdaterHelper.JaxxFileUpdater,MirroredFileUpdater
public interface FileUpdater
Contract to be realized to test if a file is up to date.
Use isFileUpToDate(File) to determine if a file is up to date.
- Author:
- Tony Chemit - chemit@codelutin.com
-
Method Summary
-
Method Details
-
isFileUpToDate
- Parameters:
f- file to test- Returns:
trueif file is up to date,falseotherwise.
-