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 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. -
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 newOutputterTargetwith 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 OutputterCreates an Outputter instance with optionally a path to a temporary directory for outtputting files.static OutputterOutputterFixture.outputter(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates an Outputter instance with a specified OutputManager and OutputEnabledRules.static OutputterCheckedOutputterFixture.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 OutputterCheckedOutputterCheckedFixture.create()Creates with default empty values.static OutputterCheckedOutputterCheckedFixture.createFrom(OutputManager outputManager) Creates aOutputterCheckedfrom anOutputManager- that permits all outputs.static OutputterCheckedOutputterCheckedFixture.createFrom(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates aOutputterCheckedfrom anOutputManager- that outputs in accordance to the rules inoutputsEnabled.