Uses of Class
org.anchoranalysis.io.output.outputter.OutputterChecked
Packages that use OutputterChecked
Package
Description
Beans for the framework around writing files to the file-system.
Classes for outputting to particular directories.
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 OutputterCheckedModifier and TypeMethodDescriptionOutputManager.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 OutputterCheckedModifier and TypeMethodDescriptionOutputterChecked.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.OutputterChecked.deriveSubdirectory(String subdirectoryName, boolean inheritOutputRulesAndRecording) Derives a bound-output-manager for a (possibly newly created) subdirectory of the existing managerOutputter.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 -
Uses of OutputterChecked in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that return OutputterCheckedModifier and TypeMethodDescriptionElementOutputter.deriveSubdirectory(String subdirectoryName, boolean inheritOutputRulesAndRecording) Derives a bound-output-manager for a (possibly newly created) subdirectory of the existing manager.ElementOutputter.getOutputter()The outputter for writing the element.Methods in org.anchoranalysis.io.output.writer that return types with arguments of type OutputterCheckedModifier and TypeMethodDescriptionAlwaysAllowed.createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording) CheckIfAllowed.createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording) Writer.createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording) Maybe creates a subdirectory for writing to.Constructors in org.anchoranalysis.io.output.writer with parameters of type OutputterCheckedModifierConstructorDescriptionElementOutputter(OutputterChecked outputter, ExecutionTimeRecorder executionTimeRecorder, Supplier<Optional<Logger>> logger) Creates a newElementOutputterinstance.