public interface FileUpdater
isFileUpToDate(File) to determine if a file is up to date.| Modifier and Type | Method and Description |
|---|---|
boolean |
isFileUpToDate(File f) |
boolean isFileUpToDate(File f)
f - file to testtrue if file is up to date, false otherwise.Copyright © 2009–2020 Code Lutin. All rights reserved.