Uses of Class
org.anchoranalysis.io.output.path.prefixer.NamedPath
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean.path.prefixer |
Beans for generating paths for outputting files by adding a prefix, suffix etc.
|
-
Uses of NamedPath in org.anchoranalysis.io.output.bean.path.prefixer
Methods in org.anchoranalysis.io.output.bean.path.prefixer with parameters of type NamedPath 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.