Uses of Class
org.anchoranalysis.io.output.outputter.OutputWriteContext
Packages that use OutputWriteContext
Package
Description
Beans for the framework around writing files to the file-system.
Classes for outputting to particular directories.
-
Uses of OutputWriteContext in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean that return OutputWriteContextModifier and TypeMethodDescriptionOutputManager.createContextForWriting
(Optional<ImageFileFormat> suggestedFormatToWrite, ExecutionTimeRecorder executionTimeRecorder) Creates theOutputWriteContext
needed for writing files.Methods in org.anchoranalysis.io.output.bean with parameters of type OutputWriteContextModifier 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 OutputWriteContext in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return OutputWriteContextModifier and TypeMethodDescriptionOutputterChecked.getContext()
General settings for writing outputs.Methods in org.anchoranalysis.io.output.outputter with parameters of type OutputWriteContextModifier and TypeMethodDescriptionstatic OutputterChecked
OutputterChecked.createWithPrefix
(DirectoryWithPrefix prefix, MultiLevelOutputEnabled outputEnabled, OutputWriteContext context, Optional<MultiLevelRecordedOutputs> recordedOutputs, DirectoryCreationParameters directoryCreation, Optional<Logger> logger) Creates a bound output-manager from an existingOutputManager
with a prefix.