Uses of Interface
org.anchoranalysis.io.output.writer.WriterExecuteBeforeEveryOperation
| Package | Description |
|---|---|
| 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.
|
-
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 WriterExecuteBeforeEveryOperation Modifier and Type Method Description Optional<WriterExecuteBeforeEveryOperation>OutputterTarget. 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 WriterExecuteBeforeEveryOperation Constructor Description RecordingWriters(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 WriterExecuteBeforeEveryOperation Constructor Description AlwaysAllowed(ElementOutputter outputter, Optional<WriterExecuteBeforeEveryOperation> preop)CheckIfAllowed(SingleLevelOutputEnabled outputEnabled, Optional<WriterExecuteBeforeEveryOperation> preop, Writer writer)