Uses of Interface
org.anchoranalysis.io.output.writer.WriterExecuteBeforeEveryOperation
Packages that use WriterExecuteBeforeEveryOperation
Package
Description
BoundDirectory
and related classes.Classes for recording the output-names used as they are written / queried.
Allows a generators to write element(s) to the filesystem.
-
Uses of WriterExecuteBeforeEveryOperation in org.anchoranalysis.io.output.outputter.directory
Methods in org.anchoranalysis.io.output.outputter.directory that return types with arguments of type WriterExecuteBeforeEveryOperationModifier and TypeMethodDescriptionOutputterTarget.getParentDirectoryCreator()
Parent directory creator to be executed before any derived sub-directories. -
Uses of WriterExecuteBeforeEveryOperation in org.anchoranalysis.io.output.recorded
Constructor parameters in org.anchoranalysis.io.output.recorded with type arguments of type WriterExecuteBeforeEveryOperationModifierConstructorDescriptionRecordingWriters
(ElementOutputter outputter, Optional<WriterExecuteBeforeEveryOperation> preop, Optional<MultiLevelRecordedOutputs> recordedOutputs) Creates the two writers. -
Uses of WriterExecuteBeforeEveryOperation in org.anchoranalysis.io.output.writer
Constructor parameters in org.anchoranalysis.io.output.writer with type arguments of type WriterExecuteBeforeEveryOperationModifierConstructorDescriptionAlwaysAllowed
(ElementOutputter outputter, Optional<WriterExecuteBeforeEveryOperation> preop) Creates a newAlwaysAllowed
instance.CheckIfAllowed
(SingleLevelOutputEnabled outputEnabled, Optional<WriterExecuteBeforeEveryOperation> preop, Writer writer) Creates a newCheckIfAllowed
instance.