Uses of Class
org.anchoranalysis.io.output.namestyle.OutputNameStyle
Packages that use OutputNameStyle
Package
Description
Methods of naming a file with an index in the file-name.
Allows a generators to write element(s) to the filesystem.
-
Uses of OutputNameStyle in org.anchoranalysis.io.output.namestyle
Subclasses of OutputNameStyle in org.anchoranalysis.io.output.namestyleModifier and TypeClassDescriptionclassAn output-name with an index somehow appended or prepended in a particular style.classOutputs a file-name involving an integer suffix of lengthnumberDigitswith leading zeros.classA constant filename that is identical to the output-name plus extension.classOutputs a file-name involving a string suffix.classAvoids including an output-name in the filename.Methods in org.anchoranalysis.io.output.namestyle that return OutputNameStyleModifier and TypeMethodDescriptionabstract OutputNameStyleOutputNameStyle.duplicate()Deep copy the current object.SimpleOutputNameStyle.duplicate()WithoutOutputNameStyle.duplicate() -
Uses of OutputNameStyle in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type OutputNameStyleModifier and TypeMethodDescriptionvoidElementWriter.write(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) Writes a non-indexable output (an output that isn't part of a collection of other similar items).