Uses of Class
org.anchoranalysis.io.output.namestyle.IndexableOutputNameStyle
Packages that use IndexableOutputNameStyle
Package
Description
Base classes for generators that ultimately write a
Stack
to the filesystem.Base-classes and utilities for generators, which write different types of objects to the file
system.
Outputting more than one element collectively using a generator.
Combining multiple generators into one.
A particular naming pattern files follow when outputted.
Methods of naming a file with an index in the file-name.
Allows a generators to write element(s) to the filesystem.
Implementations of
FileNamer
.-
Uses of IndexableOutputNameStyle in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoid
RasterGenerator.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) As only a single-file is involved, this methods delegates to a simpler virtual method. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.generator
Methods in org.anchoranalysis.io.generator with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoid
GeneratorBridge.writeWithIndex
(S element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) void
SingleFileTypeGenerator.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) void
TransformingGeneratorBridge.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.generator.collection
Methods in org.anchoranalysis.io.generator.collection with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoid
CollectionGenerator.writeWithIndex
(Collection<T> element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.generator.combined
Methods in org.anchoranalysis.io.generator.combined with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoid
CombinedListGenerator.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.generator.sequence.pattern
Methods in org.anchoranalysis.io.generator.sequence.pattern that return IndexableOutputNameStyleConstructors in org.anchoranalysis.io.generator.sequence.pattern with parameters of type IndexableOutputNameStyleModifierConstructorDescriptionOutputPattern
(Optional<String> subdirectoryName, IndexableOutputNameStyle outputNameStyle, boolean selective) Creates a newOutputPattern
instance. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyle
Subclasses of IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyleModifier and TypeClassDescriptionclass
Outputs a file-name involving an integer suffix of lengthnumberDigits
with leading zeros.class
Outputs a file-name involving a string suffix.Methods in org.anchoranalysis.io.output.namestyle that return IndexableOutputNameStyleModifier and TypeMethodDescriptionabstract IndexableOutputNameStyle
IndexableOutputNameStyle.duplicate()
IntegerSuffixOutputNameStyle.duplicate()
StringSuffixOutputNameStyle.duplicate()
Constructors in org.anchoranalysis.io.output.namestyle with parameters of type IndexableOutputNameStyleModifierConstructorDescriptionprotected
Copy 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> boolean
AlwaysAllowed.writeWithIndex
(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) <T> boolean
CheckIfAllowed.writeWithIndex
(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) void
ElementWriter.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> boolean
Writer.writeWithIndex
(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) Writes an indexed-element using anElementWriter
in the current directory.<T> void
WriterRouterErrors.writeWithIndex
(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) Writes an indexed-element using anElementWriter
in the current directory. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.plugin.io.bean.file.namer
Methods in org.anchoranalysis.plugin.io.bean.file.namer that return IndexableOutputNameStyleMethods in org.anchoranalysis.plugin.io.bean.file.namer with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoid
FromOutputName.setOutputNameStyle
(IndexableOutputNameStyle outputNameStyle)