Uses of Interface
org.smallmind.scribe.pen.CleanupRule
-
Packages that use CleanupRule Package Description org.smallmind.scribe.pen -
-
Uses of CleanupRule in org.smallmind.scribe.pen
Classes in org.smallmind.scribe.pen with type parameters of type CleanupRule Modifier and Type Interface Description interfaceCleanupRule<C extends CleanupRule<C>>Classes in org.smallmind.scribe.pen that implement CleanupRule Modifier and Type Class Description classFileCountCleanupRuleclassLastModifiedCleanupRuleMethods in org.smallmind.scribe.pen with parameters of type CleanupRule Modifier and Type Method Description voidCleanup. setRules(CleanupRule<?>[] rules)Constructors in org.smallmind.scribe.pen with parameters of type CleanupRule Constructor Description Cleanup(char separator, CleanupRule<?>... rules)Cleanup(CleanupRule<?>... rules)
-