Package org.anchoranalysis.io.output.writer
Allows a generators to write element(s) to the filesystem.
-
Interface Summary Interface Description ElementSupplier<T> Creates or gets a element to output files together with aElementWriter.ElementWriter<T> Writes an element (with or without an index) to the file system.ElementWriterSupplier<T> Creates or gets a element-writer to output files.Writer Write data viaElementWriters to the file system, or creates new sub-directories for writing data to.WriterExecuteBeforeEveryOperation Interface for classes with a method that should be called before every outputting write operation. -
Class Summary Class Description AlwaysAllowed Allows every output, irrespective of whether theOutputterCheckedallows the output-name.CheckIfAllowed Only allows outputs, if the output-name is allowed in theOutputterChecked.ElementOutputter Outputs an element to the file-system.WriterRouterErrors Write data viaElementWriters to the file system.