public interface CleanupRule<C extends CleanupRule<C>>
| Modifier and Type | Method and Description |
|---|---|
C |
copy() |
void |
finish() |
boolean |
willCleanup(Path possiblePath) |
C copy()
boolean willCleanup(Path possiblePath) throws IOException, LoggerException
IOExceptionLoggerExceptionvoid finish()
throws IOException,
LoggerException
IOExceptionLoggerExceptionCopyright © 2019. All rights reserved.