Uses of Class
org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean.path.prefixer |
Beans for generating paths for outputting files by adding a prefix, suffix etc.
|
| org.anchoranalysis.io.output.outputter |
Classes for outputting to particular directories.
|
| org.anchoranalysis.io.output.outputter.directory |
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 DirectoryWithPrefix Modifier and Type Method Description abstract DirectoryWithPrefixPathPrefixer. outFilePrefix(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context)Provides a prefix which can be prepended to all output files.DirectoryWithPrefixPathPrefixerAvoidResolve. outFilePrefix(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context)DirectoryWithPrefixPathPrefixerAvoidResolve. outFilePrefixAvoidResolve(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context)Provides a prefix which can be prepended to all output files.DirectoryWithPrefixIncrementingNumber. 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.DirectoryWithPrefixPathPrefixerAvoidResolve. rootDirectoryPrefix(Optional<String> experimentIdentifier, PathPrefixerContext context)DirectoryWithPrefixPathPrefixerAvoidResolve. 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 DirectoryWithPrefix Modifier and Type Method Description DirectoryWithPrefixOutputter. getPrefix()The directory and prefix into which outputting occurs.DirectoryWithPrefixOutputterChecked. getPrefix()The directory and prefix into which outputting occurs.Methods in org.anchoranalysis.io.output.outputter with parameters of type DirectoryWithPrefix Modifier and Type Method Description OutputterCheckedOutputterChecked. 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 DirectoryWithPrefix Modifier and Type Method Description DirectoryWithPrefixOutputterTarget. getPrefix()The directory and prefix into which outputting occurs.Methods in org.anchoranalysis.io.output.outputter.directory with parameters of type DirectoryWithPrefix Modifier and Type Method Description OutputterTargetOutputterTarget. changePrefix(DirectoryWithPrefix prefixToAssign)Creates a newOutputterTargetwith a changed prefix.Constructors in org.anchoranalysis.io.output.outputter.directory with parameters of type DirectoryWithPrefix Constructor Description OutputterTarget(DirectoryWithPrefix directory, DirectoryCreationParameters parameters)Creates for a particular directory, with optionally an associated prefix.