Uses of Class
org.anchoranalysis.io.output.namestyle.OutputNameStyle
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.namestyle |
Methods of naming a file with an index in the file-name.
|
| org.anchoranalysis.io.output.writer |
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.namestyle Modifier and Type Class Description classIndexableOutputNameStyleAn output-name with an index somehow appended or prepended in a particular style.classIntegerSuffixOutputNameStyleOutputs a file-name involving an integer suffix of lengthnumberDigitswith leading zeros.classSimpleOutputNameStyleA constant filename that is identical to the output-name plus extension.classStringSuffixOutputNameStyleOutputs a file-name involving a string suffix.classWithoutOutputNameStyleAvoids including an output-name in the filename.Methods in org.anchoranalysis.io.output.namestyle that return OutputNameStyle Modifier and Type Method Description abstract OutputNameStyleOutputNameStyle. duplicate()Deep copy the current object.OutputNameStyleSimpleOutputNameStyle. duplicate()OutputNameStyleWithoutOutputNameStyle. duplicate() -
Uses of OutputNameStyle in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type OutputNameStyle Modifier and Type Method Description voidElementWriter. 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).