Uses of Interface
org.anchoranalysis.io.output.writer.Writer
Packages that use Writer
Package
Description
Classes for recording the output-names used as they are written / queried.
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 WriterModifier and TypeMethodDescriptionRecordingWriters.multiplex
(boolean selectSelective) Multiplexes between theselective
andpermissive
writers based on a flag.RecordingWriters.permissive()
A writer that allows all output-names, and records the written output-names.RecordingWriters.secondLevel
(String outputNameFirstLevel) A writer that performs a second-level check on which outputs occur, but writes to the top-level directory.RecordingWriters.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 WriterModifier and TypeClassDescriptionclass
Allows every output, irrespective of whether theOutputterChecked
allows the output-name.class
Only allows outputs, if the output-name is allowed in theOutputterChecked
.Constructors in org.anchoranalysis.io.output.writer with parameters of type WriterModifierConstructorDescriptionCheckIfAllowed
(SingleLevelOutputEnabled outputEnabled, Optional<WriterExecuteBeforeEveryOperation> preop, Writer writer) Creates a newCheckIfAllowed
instance.WriterRouterErrors
(Writer delegate, ErrorReporter errorReporter)