Package org.anchoranalysis.io.output.namestyle
Methods of naming a file with an index in the file-name.
-
Class Summary Class Description IndexableOutputNameStyle An output-name with an index somehow appended or prepended in a particular style.IntegerSuffixOutputNameStyle Outputs a file-name involving an integer suffix of lengthnumberDigitswith leading zeros.OutputNameStyle Base class for an approach to generate a filename for an output.SimpleOutputNameStyle A constant filename that is identical to the output-name plus extension.StringSuffixOutputNameStyle Outputs a file-name involving a string suffix.WithoutOutputNameStyle Avoids including an output-name in the filename.