Package org.smallmind.scribe.pen
Class LastModifiedCleanupRule
- java.lang.Object
-
- org.smallmind.scribe.pen.LastModifiedCleanupRule
-
- All Implemented Interfaces:
CleanupRule<LastModifiedCleanupRule>
public class LastModifiedCleanupRule extends Object implements CleanupRule<LastModifiedCleanupRule>
-
-
Constructor Summary
Constructors Constructor Description LastModifiedCleanupRule()LastModifiedCleanupRule(Stint stint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LastModifiedCleanupRulecopy()voidfinish()StintgetStint()voidsetStint(Stint stint)booleanwillCleanup(Path possiblePath)
-
-
-
Constructor Detail
-
LastModifiedCleanupRule
public LastModifiedCleanupRule()
-
LastModifiedCleanupRule
public LastModifiedCleanupRule(Stint stint)
-
-
Method Detail
-
getStint
public Stint getStint()
-
setStint
public void setStint(Stint stint)
-
copy
public LastModifiedCleanupRule copy()
- Specified by:
copyin interfaceCleanupRule<LastModifiedCleanupRule>
-
willCleanup
public boolean willCleanup(Path possiblePath) throws IOException
- Specified by:
willCleanupin interfaceCleanupRule<LastModifiedCleanupRule>- Throws:
IOException
-
finish
public void finish()
- Specified by:
finishin interfaceCleanupRule<LastModifiedCleanupRule>
-
-