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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isFileUpToDate

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