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:
tchemit

Method Summary
 boolean isFileUpToDate(File f)
           
 

Method Detail

isFileUpToDate

boolean isFileUpToDate(File f)
Parameters:
f - file to test
Returns:
true if file is up to date, false otherwise.


Copyright © 2009-2010 CodeLutin. All Rights Reserved.