Uses of Class
org.anchoranalysis.io.output.path.prefixer.PathPrefixerException
| 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.path.prefixer |
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 PathPrefixerException 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.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) -
Uses of PathPrefixerException in org.anchoranalysis.io.output.path.prefixer
Methods in org.anchoranalysis.io.output.path.prefixer that throw PathPrefixerException Modifier and Type Method Description voidOutputPrefixerSettings. 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 PathPrefixerException Constructor Description PathPrefixerContext()Create with default parameters.PathPrefixerContext(boolean debugMode, OutputPrefixerSettings prefixer)Create with specific parameters.