Uses of Interface
org.anchoranalysis.io.output.writer.Writer
| Package | Description |
|---|---|
| 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.
|
-
Uses of Writer in org.anchoranalysis.io.output.recorded
Methods in org.anchoranalysis.io.output.recorded that return Writer Modifier and Type Method Description WriterRecordingWriters. multiplex(boolean selectSelective)Multiplexes between theselectiveandpermissivewriters based on a flag.WriterRecordingWriters. permissive()A writer that allows all output-names, and records the written output-names.WriterRecordingWriters. secondLevel(String outputNameFirstLevel)A writer that performs a second-level check on which outputs occur, but writes to the top-level directory.WriterRecordingWriters. selective()A writer that allows only certain selected output-names, and records the written output-names. -
Uses of Writer in org.anchoranalysis.io.output.writer
Classes in org.anchoranalysis.io.output.writer that implement Writer Modifier and Type Class Description classAlwaysAllowedAllows every output, irrespective of whether theOutputterCheckedallows the output-name.classCheckIfAllowedOnly allows outputs, if the output-name is allowed in theOutputterChecked.Constructors in org.anchoranalysis.io.output.writer with parameters of type Writer Constructor Description CheckIfAllowed(SingleLevelOutputEnabled outputEnabled, Optional<WriterExecuteBeforeEveryOperation> preop, Writer writer)WriterRouterErrors(Writer delegate, ErrorReporter errorReporter)