Checks if the log file is still valid. @param name name of log file @return result of check
(final String name)
| 115 | * @return result of check |
| 116 | */ |
| 117 | boolean valid(final String name) { |
| 118 | return file.name().equals(name + IO.LOGSUFFIX); |
| 119 | } |
| 120 | } |