Uses of Class
org.anchoranalysis.io.output.path.prefixer.PathPrefixerContext
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean |
Beans for the framework around writing files to the file-system.
|
| org.anchoranalysis.io.output.bean.path.prefixer |
Beans for generating paths for outputting files by adding a prefix, suffix etc.
|
-
Uses of PathPrefixerContext in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean with parameters of type PathPrefixerContext 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 PathPrefixerContext in org.anchoranalysis.io.output.bean.path.prefixer
Methods in org.anchoranalysis.io.output.bean.path.prefixer with parameters of type PathPrefixerContext 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)