Uses of Class
org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix
Packages that use DirectoryWithPrefix
Package
Description
Beans for generating paths for outputting files by adding a prefix, suffix etc.
Classes for outputting to particular directories.
BoundDirectory and related classes.-
Uses of DirectoryWithPrefix in org.anchoranalysis.io.output.bean.path.prefixer
Methods in org.anchoranalysis.io.output.bean.path.prefixer that return DirectoryWithPrefixModifier and TypeMethodDescriptionabstract DirectoryWithPrefixPathPrefixer.outFilePrefix(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context) Provides a prefix which can be prepended to all output files.PathPrefixerAvoidResolve.outFilePrefix(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context) PathPrefixerAvoidResolve.outFilePrefixAvoidResolve(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context) Provides a prefix which can be prepended to all output files.IncrementingNumber.outFilePrefixFromPath(NamedPath path, Path root, PathPrefixerContext context) abstract DirectoryWithPrefixPathPrefixerAvoidResolve.outFilePrefixFromPath(NamedPath path, Path root, PathPrefixerContext context) Determines the out-file prefix from a path.abstract DirectoryWithPrefixPathPrefixer.rootDirectoryPrefix(Optional<String> experimentIdentifier, PathPrefixerContext context) Provides a prefix that becomes the root-folder.PathPrefixerAvoidResolve.rootDirectoryPrefix(Optional<String> experimentIdentifier, PathPrefixerContext context) PathPrefixerAvoidResolve.rootDirectoryPrefixAvoidResolve(Optional<String> experimentIdentifier) Provides a prefix that becomes the root-folder. -
Uses of DirectoryWithPrefix in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return DirectoryWithPrefixModifier and TypeMethodDescriptionOutputter.getPrefix()The directory and prefix into which outputting occurs.OutputterChecked.getPrefix()The directory and prefix into which outputting occurs.Methods in org.anchoranalysis.io.output.outputter with parameters of type DirectoryWithPrefixModifier and TypeMethodDescriptionOutputterChecked.changePrefix(DirectoryWithPrefix prefixToAssign) Creates aOutputterCheckedwith a changed prefix.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 DirectoryWithPrefix in org.anchoranalysis.io.output.outputter.directory
Methods in org.anchoranalysis.io.output.outputter.directory that return DirectoryWithPrefixModifier and TypeMethodDescriptionOutputterTarget.getPrefix()The directory and prefix into which outputting occurs.Methods in org.anchoranalysis.io.output.outputter.directory with parameters of type DirectoryWithPrefixModifier and TypeMethodDescriptionOutputterTarget.changePrefix(DirectoryWithPrefix prefixToAssign) Creates a newOutputterTargetwith a changed prefix.Constructors in org.anchoranalysis.io.output.outputter.directory with parameters of type DirectoryWithPrefixModifierConstructorDescriptionOutputterTarget(DirectoryWithPrefix directory, DirectoryCreationParameters parameters) Creates for a particular directory, with optionally an associated prefix.