Uses of Class
org.anchoranalysis.io.output.writer.ElementOutputter
Packages that use ElementOutputter
Package
Description
Classes for recording the output-names used as they are written / queried.
Allows a generators to write element(s) to the filesystem.
-
Uses of ElementOutputter in org.anchoranalysis.io.output.recorded
Constructors in org.anchoranalysis.io.output.recorded with parameters of type ElementOutputterModifierConstructorDescriptionRecordingWriters(ElementOutputter outputter, Optional<WriterExecuteBeforeEveryOperation> preop, Optional<MultiLevelRecordedOutputs> recordedOutputs) Creates the two writers. -
Uses of ElementOutputter in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type ElementOutputterModifier 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).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).Constructors in org.anchoranalysis.io.output.writer with parameters of type ElementOutputterModifierConstructorDescriptionAlwaysAllowed(ElementOutputter outputter, Optional<WriterExecuteBeforeEveryOperation> preop) Creates a newAlwaysAllowedinstance.