Uses of Class
org.anchoranalysis.io.output.outputter.OutputterChecked
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean |
Beans for the framework around writing files to the file-system.
|
| org.anchoranalysis.io.output.outputter |
Classes for outputting to particular directories.
|
| org.anchoranalysis.io.output.writer |
Allows a generators to write element(s) to the filesystem.
|
-
Uses of OutputterChecked in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean that return OutputterChecked Modifier and Type Method Description OutputterCheckedOutputManager. createExperimentOutputter(Optional<String> experimentIdentifier, MultiLevelOutputEnabled outputsEnabled, Optional<MultiLevelRecordedOutputs> recordedOutputs, OutputWriteContext writeContext, PathPrefixerContext prefixerContext, Optional<Consumer<Path>> callUponDirectoryCreation, Optional<Logger> logger)Creates an outputter for the experiment in general. -
Uses of OutputterChecked in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return OutputterChecked Modifier and Type Method Description OutputterCheckedOutputterChecked. changePrefix(DirectoryWithPrefix prefixToAssign)Creates aOutputterCheckedwith a changed prefix.static OutputterCheckedOutputterChecked. createForDirectoryPermissive(Path pathDirectory, DirectoryCreationParameters directoryCreation, Optional<Logger> logger)Creates, defaulting to a permissive output-manager in a particular directory.static OutputterCheckedOutputterChecked. createWithPrefix(DirectoryWithPrefix prefix, MultiLevelOutputEnabled outputEnabled, OutputWriteContext context, Optional<MultiLevelRecordedOutputs> recordedOutputs, DirectoryCreationParameters directoryCreation, Optional<Logger> logger)Creates a bound output-manager from an existingOutputManagerwith a prefix.OutputterCheckedOutputterChecked. deriveSubdirectory(String subdirectoryName, boolean inheritOutputRulesAndRecording)Derives a bound-output-manager for a (possibly newly created) subdirectory of the existing managerOutputterCheckedOutputter. getChecked()Gets the underlying delegate ofOutputterthat throws checked-exceptions instead of using aErrorReporter.Constructors in org.anchoranalysis.io.output.outputter with parameters of type OutputterChecked Constructor Description Outputter(OutputterChecked delegate, ErrorReporter errorReporter) -
Uses of OutputterChecked in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that return OutputterChecked Modifier and Type Method Description OutputterCheckedElementOutputter. deriveSubdirectory(String subdirectoryName, boolean inheritOutputRulesAndRecording)Derives a bound-output-manager for a (possibly newly created) subdirectory of the existing manager.OutputterCheckedElementOutputter. getOutputter()The outputter for writing the element.Methods in org.anchoranalysis.io.output.writer that return types with arguments of type OutputterChecked Modifier and Type Method Description Optional<OutputterChecked>AlwaysAllowed. createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording)Optional<OutputterChecked>CheckIfAllowed. createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording)Optional<OutputterChecked>Writer. createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording)Maybe creates a subdirectory for writing to.Constructors in org.anchoranalysis.io.output.writer with parameters of type OutputterChecked Constructor Description ElementOutputter(OutputterChecked outputter, ExecutionTimeRecorder executionTimeRecorder, Supplier<Optional<Logger>> logger)