Uses of Class
org.anchoranalysis.io.output.path.prefixer.PathPrefixerException
Packages that use PathPrefixerException
Package
Description
Arguments that can further specify an experiment in addition to its bean specification.
Beans for generating paths for outputting files by adding a prefix, suffix etc.
Non-beans for generating paths for outputting files by adding a prefix, suffix etc.
Implementations of
PathPrefixer
.-
Uses of PathPrefixerException in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that throw PathPrefixerExceptionModifier and TypeMethodDescriptionExecutionArguments.derivePathPrefixerContext()
Derive aPathPrefixerContext
from the arguments in this class. -
Uses of PathPrefixerException in org.anchoranalysis.io.output.bean.path.prefixer
Methods in org.anchoranalysis.io.output.bean.path.prefixer that throw PathPrefixerExceptionModifier 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.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 PathPrefixerException in org.anchoranalysis.io.output.path.prefixer
Methods in org.anchoranalysis.io.output.path.prefixer that throw PathPrefixerExceptionModifier and TypeMethodDescriptionvoid
OutputPrefixerSettings.checkAbsolutePath()
Checks that if a path is defined as the output-directory then it must be absolute.Constructors in org.anchoranalysis.io.output.path.prefixer that throw PathPrefixerExceptionModifierConstructorDescriptionCreate with default parameters.PathPrefixerContext
(boolean debugMode, OutputPrefixerSettings prefixer) Create with specific parameters. -
Uses of PathPrefixerException in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Methods in org.anchoranalysis.plugin.io.bean.file.path.prefixer that throw PathPrefixerExceptionModifier 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) 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)