Uses of Class
org.smallmind.scribe.pen.FileSizeQuantifier
-
Packages that use FileSizeQuantifier Package Description org.smallmind.scribe.pen -
-
Uses of FileSizeQuantifier in org.smallmind.scribe.pen
Methods in org.smallmind.scribe.pen that return FileSizeQuantifier Modifier and Type Method Description FileSizeQuantifierFileSizeRolloverRule. getFileSizeQuantifier()static FileSizeQuantifierFileSizeQuantifier. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSizeQuantifier[]FileSizeQuantifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.scribe.pen with parameters of type FileSizeQuantifier Modifier and Type Method Description voidFileSizeRolloverRule. setFileSizeQuantifier(FileSizeQuantifier fileSizeQuantifier)Constructors in org.smallmind.scribe.pen with parameters of type FileSizeQuantifier Constructor Description FileSizeRolloverRule(long maxSize, FileSizeQuantifier fileSizeQuantifier)
-