Uses of Class
org.anchoranalysis.io.output.error.OutputWriteFailedException
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.writer |
Allows a generators to write element(s) to the filesystem.
|
-
Uses of OutputWriteFailedException in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that throw OutputWriteFailedException Modifier and Type Method Description Optional<OutputterChecked>AlwaysAllowed. createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording)Optional<OutputterChecked>CheckIfAllowed. createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording)Optional<OutputterChecked>Writer. createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording)Maybe creates a subdirectory for writing to.TElementSupplier. get()Gets/creates the element to be written.ElementWriter<T>ElementWriterSupplier. get()Gets/creates theElementWriterto be used for an output.<T> booleanAlwaysAllowed. write(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)<T> booleanCheckIfAllowed. write(String outputName, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element)voidElementWriter. 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).<T> booleanWriter. 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)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> 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.