| |
|
| java.lang.Object org.prevayler.implementation.NumberFileFinder
NumberFileFinder | class NumberFileFinder (Code) | | Finds the last .snapshot file by number and finds all the subsequent pending .log files.
|
fileCreator | public NumberFileCreator fileCreator()(Code) | | Returns a NumberFileCreator that will start off with the first number after the last .log file number.
null if there are still .log files pending. |
lastSnapshot | public File lastSnapshot()(Code) | | Returns the last snapshot file. Returns null if there are no snapshots.
|
|
|
|