Uses of Class
org.anchoranalysis.io.output.path.prefixer.NamedPath
Packages that use NamedPath
Package
Description
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 NamedPathModifier 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.IncrementingNumber.outFilePrefixFromPath(NamedPath path, Path root, PathPrefixerContext context) abstract DirectoryWithPrefixPathPrefixerAvoidResolve.outFilePrefixFromPath(NamedPath path, Path root, PathPrefixerContext context) Determines the out-file prefix from a path.