Package org.smallmind.scribe.pen
Interface CleanupRule<C extends CleanupRule<C>>
-
- All Known Implementing Classes:
FileCountCleanupRule,LastModifiedCleanupRule
public interface CleanupRule<C extends CleanupRule<C>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ccopy()voidfinish()booleanwillCleanup(Path possiblePath)
-
-
-
Method Detail
-
copy
C copy()
-
willCleanup
boolean willCleanup(Path possiblePath) throws IOException, LoggerException
- Throws:
IOExceptionLoggerException
-
finish
void finish() throws IOException, LoggerException- Throws:
IOExceptionLoggerException
-
-