Uses of Class
org.anchoranalysis.io.output.outputter.BindFailedException
Packages that use BindFailedException
Package
Description
Beans for the framework around writing files to the file-system.
Classes for outputting to particular directories.
BoundDirectory
and related classes.Utilities for testing-related reading and writing to the filesystem.
Fixtures for an
OutputManager
and related-classes.-
Uses of BindFailedException in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean that throw BindFailedExceptionModifier 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 BindFailedException in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that throw BindFailedExceptionModifier and TypeMethodDescriptionOutputterChecked.changePrefix
(DirectoryWithPrefix prefixToAssign) Creates aOutputterChecked
with a changed prefix.static OutputterChecked
OutputterChecked.createForDirectoryPermissive
(Path pathDirectory, DirectoryCreationParameters directoryCreation, Optional<Logger> logger) Creates, defaulting to a permissive output-manager in a particular directory.static 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. -
Uses of BindFailedException in org.anchoranalysis.io.output.outputter.directory
Methods in org.anchoranalysis.io.output.outputter.directory that throw BindFailedExceptionModifier and TypeMethodDescriptionOutputterTarget.changePrefix
(DirectoryWithPrefix prefixToAssign) Creates a newOutputterTarget
with a changed prefix.Constructors in org.anchoranalysis.io.output.outputter.directory that throw BindFailedExceptionModifierConstructorDescriptionOutputterTarget
(DirectoryWithPrefix directory, DirectoryCreationParameters parameters) Creates for a particular directory, with optionally an associated prefix. -
Uses of BindFailedException in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that throw BindFailedExceptionModifier and TypeMethodDescriptionstatic Outputter
Creates an Outputter instance with optionally a path to a temporary directory for outtputting files.static Outputter
OutputterFixture.outputter
(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates an Outputter instance with a specified OutputManager and OutputEnabledRules.static OutputterChecked
OutputterFixture.outputterChecked
(Optional<Path> pathTempDirectory) Creates an OutputterChecked instance with optionally a path to a temporary directory for outputting files. -
Uses of BindFailedException in org.anchoranalysis.test.io.output
Methods in org.anchoranalysis.test.io.output that throw BindFailedExceptionModifier and TypeMethodDescriptionstatic OutputterChecked
OutputterCheckedFixture.create()
Creates with default empty values.static OutputterChecked
OutputterCheckedFixture.createFrom
(OutputManager outputManager) Creates aOutputterChecked
from anOutputManager
- that permits all outputs.static OutputterChecked
OutputterCheckedFixture.createFrom
(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates aOutputterChecked
from anOutputManager
- that outputs in accordance to the rules inoutputsEnabled
.