Uses of Class
org.anchoranalysis.io.output.path.prefixer.PathPrefixerException
Packages that use PathPrefixerException
Package
Description
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.
-
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 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.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) -
Uses of PathPrefixerException in org.anchoranalysis.io.output.path.prefixer
Methods in org.anchoranalysis.io.output.path.prefixer that throw PathPrefixerExceptionModifier and TypeMethodDescriptionvoidOutputPrefixerSettings.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.