public static interface FileArchive.StaleFileManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileArchive.StaleFileManager.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
boolean |
isEntryMarkerFile(File f)
Returns whether the specified file is for the hidden timestamp file
which FileArchive uses internally.
|
boolean |
isEntryValid(File f,
boolean isLogging)
Returns whether the specified file is valid - that is, is dated
after the archive was created.
|
boolean |
isEntryValid(File f,
boolean isLogging,
Logger logger) |
void |
recordDeletedEntry(File f) |
void |
recordValidEntry(File f) |
boolean isEntryValid(File f, boolean isLogging)
f - the file to checkisLogging - whether to log a warning about the check of the entryboolean isEntryMarkerFile(File f)
f - the file to checkvoid recordValidEntry(File f)
void recordDeletedEntry(File f)
void flush()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.