Uses of Class
org.anchoranalysis.io.output.path.prefixer.PathPrefixerContext
Packages that use PathPrefixerContext
Package
Description
Arguments that can further specify an experiment in addition to its bean specification.
Beans for the framework around writing files to the file-system.
Beans for generating paths for outputting files by adding a prefix, suffix etc.
Implementations of
PathPrefixer
.-
Uses of PathPrefixerContext in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return PathPrefixerContextModifier and TypeMethodDescriptionExecutionArguments.derivePathPrefixerContext()
Derive aPathPrefixerContext
from the arguments in this class. -
Uses of PathPrefixerContext in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean with parameters of type PathPrefixerContextModifier 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 PathPrefixerContext in org.anchoranalysis.io.output.bean.path.prefixer
Methods in org.anchoranalysis.io.output.bean.path.prefixer with parameters of type PathPrefixerContextModifier and TypeMethodDescriptionabstract DirectoryWithPrefix
PathPrefixer.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 DirectoryWithPrefix
PathPrefixerAvoidResolve.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) Determines the out-file prefix from a path.abstract DirectoryWithPrefix
PathPrefixer.rootDirectoryPrefix
(Optional<String> experimentIdentifier, PathPrefixerContext context) Provides a prefix that becomes the root-folder.PathPrefixerAvoidResolve.rootDirectoryPrefix
(Optional<String> experimentIdentifier, PathPrefixerContext context) -
Uses of PathPrefixerContext in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Methods in org.anchoranalysis.plugin.io.bean.file.path.prefixer with parameters of type PathPrefixerContextModifier and TypeMethodDescriptionHomeSubdirectory.outFilePrefix
(NamedPath path, Optional<String> expName, PathPrefixerContext context) Rooted.outFilePrefix
(NamedPath path, Optional<String> experimentName, PathPrefixerContext context) DirectoryStructure.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) FromDescriptiveName.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) IfIncrementingNumberRequested.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) LastDirectoryAsPrefix.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) PathRegEx.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) HomeSubdirectory.rootDirectoryPrefix
(Optional<String> expName, PathPrefixerContext context) Rooted.rootDirectoryPrefix
(Optional<String> expName, PathPrefixerContext context)