Uses of Class
org.anchoranalysis.io.output.outputter.BindFailedException
| 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.outputter.directory |
BoundDirectory and related classes. |
-
Uses of BindFailedException in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean that throw BindFailedException 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 BindFailedException in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that throw BindFailedException 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. -
Uses of BindFailedException in org.anchoranalysis.io.output.outputter.directory
Methods in org.anchoranalysis.io.output.outputter.directory that throw BindFailedException Modifier and Type Method Description OutputterTargetOutputterTarget. changePrefix(DirectoryWithPrefix prefixToAssign)Creates a newOutputterTargetwith a changed prefix.Constructors in org.anchoranalysis.io.output.outputter.directory that throw BindFailedException Constructor Description OutputterTarget(DirectoryWithPrefix directory, DirectoryCreationParameters parameters)Creates for a particular directory, with optionally an associated prefix.