Uses of Class
org.anchoranalysis.io.output.error.OutputWriteFailedException
Packages that use OutputWriteFailedException
Package
Description
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 OutputWriteFailedExceptionModifier and TypeMethodDescriptionAlwaysAllowed.createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording) CheckIfAllowed.createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording) Writer.createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording) Maybe creates a subdirectory for writing to.ElementSupplier.get()Gets/creates the element to be written.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.