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(java.io.File) to determine if a file is up to date.

Author:
chemit

Method Summary
 boolean isFileUpToDate(java.io.File f)
           
 

Method Detail

isFileUpToDate

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


Copyright © 2009-2010 CodeLutin. All Rights Reserved.