public class FileStatCache extends Object
| Constructor and Description |
|---|
FileStatCache() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(File file) |
long |
getModificationTime(File file) |
boolean |
isMissingOrModifiedAfter(File file,
long targetTime) |
boolean |
isMissingOrModifiedBefore(File file,
long targetTime) |
public boolean exists(File file)
public boolean isMissingOrModifiedAfter(File file, long targetTime)
public boolean isMissingOrModifiedBefore(File file, long targetTime)
public long getModificationTime(File file)
Copyright © 2014 Quattor. All Rights Reserved.