Uses of Class
org.anchoranalysis.io.output.namestyle.IndexableOutputNameStyle
| 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 IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyle
Subclasses of IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyle Modifier and Type Class Description classIntegerSuffixOutputNameStyleOutputs a file-name involving an integer suffix of lengthnumberDigitswith leading zeros.classStringSuffixOutputNameStyleOutputs a file-name involving a string suffix.Methods in org.anchoranalysis.io.output.namestyle that return IndexableOutputNameStyle Modifier and Type Method Description abstract IndexableOutputNameStyleIndexableOutputNameStyle. duplicate()IndexableOutputNameStyleIntegerSuffixOutputNameStyle. duplicate()IndexableOutputNameStyleStringSuffixOutputNameStyle. duplicate()Constructors in org.anchoranalysis.io.output.namestyle with parameters of type IndexableOutputNameStyle Constructor Description IndexableOutputNameStyle(IndexableOutputNameStyle source)Copy constructor. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type IndexableOutputNameStyle Modifier and Type Method Description <T> booleanAlwaysAllowed. writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index)<T> booleanCheckIfAllowed. writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index)voidElementWriter. writeWithIndex(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter)Writes an indexable output (many outputs of the same type, uniquely identified by an index).<T> booleanWriter. writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index)Writes an indexed-element using anElementWriterin the current directory.<T> voidWriterRouterErrors. writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index)Writes an indexed-element using anElementWriterin the current directory.