Uses of Package
org.anchoranalysis.io.output.writer
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.outputter |
Classes for outputting to particular directories.
|
| org.anchoranalysis.io.output.outputter.directory |
BoundDirectory and related classes. |
| org.anchoranalysis.io.output.recorded |
Classes for recording the output-names used as they are written / queried.
|
| org.anchoranalysis.io.output.writer |
Allows a generators to write element(s) to the filesystem.
|
-
Classes in org.anchoranalysis.io.output.writer used by org.anchoranalysis.io.output.outputter Class Description WriterRouterErrors Write data viaElementWriters to the file system. -
Classes in org.anchoranalysis.io.output.writer used by org.anchoranalysis.io.output.outputter.directory Class Description WriterExecuteBeforeEveryOperation Interface for classes with a method that should be called before every outputting write operation. -
Classes in org.anchoranalysis.io.output.writer used by org.anchoranalysis.io.output.recorded Class Description ElementOutputter Outputs an element to the file-system.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. -
Classes in org.anchoranalysis.io.output.writer used by org.anchoranalysis.io.output.writer Class Description ElementOutputter Outputs an element to the file-system.ElementSupplier Creates or gets a element to output files together with aElementWriter.ElementWriter Writes an element (with or without an index) to the file system.ElementWriterSupplier 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.