Uses of Interface
org.anchoranalysis.io.output.writer.ElementSupplier
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.writer |
Allows a generators to write element(s) to the filesystem.
|
-
Uses of ElementSupplier in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type ElementSupplier Modifier and Type Method Description <T> booleanAlwaysAllowed. write(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)<T> booleanCheckIfAllowed. write(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)<T> booleanWriter. write(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)Writes an element using anElementWriterto the current directory.<T> voidWriterRouterErrors. write(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)Writes an element using anElementWriterto the current directory.<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)<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.<T> booleanAlwaysAllowed. writeWithoutName(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)<T> booleanCheckIfAllowed. writeWithoutName(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)<T> booleanWriter. writeWithoutName(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)Writes an element using anElementWriterto the current directory, without including an output name in the path.