Uses of Class
org.anchoranalysis.io.output.namestyle.IndexableOutputNameStyle
Packages that use IndexableOutputNameStyle
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 IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyle
Subclasses of IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyleModifier and TypeClassDescriptionclassOutputs a file-name involving an integer suffix of lengthnumberDigitswith leading zeros.classOutputs a file-name involving a string suffix.Methods in org.anchoranalysis.io.output.namestyle that return IndexableOutputNameStyleModifier and TypeMethodDescriptionabstract IndexableOutputNameStyleIndexableOutputNameStyle.duplicate()IntegerSuffixOutputNameStyle.duplicate()StringSuffixOutputNameStyle.duplicate()Constructors in org.anchoranalysis.io.output.namestyle with parameters of type IndexableOutputNameStyleModifierConstructorDescriptionprotectedCopy constructor. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescription<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.