Uses of Interface
org.anchoranalysis.io.output.writer.ElementWriterSupplier
Packages that use ElementWriterSupplier
Package
Description
Allows a generators to write element(s) to the filesystem.
-
Uses of ElementWriterSupplier in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type ElementWriterSupplierModifier and TypeMethodDescription<T> boolean
AlwaysAllowed.write
(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element) <T> boolean
CheckIfAllowed.write
(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element) <T> boolean
Writer.write
(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element) Writes an element using anElementWriter
to the current directory.<T> void
WriterRouterErrors.write
(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element) Writes an element using anElementWriter
to the current directory.<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) <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.<T> boolean
AlwaysAllowed.writeWithoutName
(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element) <T> boolean
CheckIfAllowed.writeWithoutName
(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element) <T> boolean
Writer.writeWithoutName
(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element) Writes an element using anElementWriter
to the current directory, without including an output name in the path.