org.nuiton.util
Interface FileUpdater

All Known Implementing Classes:
FileUpdaterHelper.JavaFileUpdater, FileUpdaterHelper.JaxxFileUpdater, MirroredFileUpdater

Deprecated. since 1.0.3, move to package org.nuiton.plugin (removed in 1.1.0)

@Deprecated
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(File f)
          Deprecated.  
 

Method Detail

isFileUpToDate

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


Copyright © 2009 CodeLutin. All Rights Reserved.