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.
Implementations of
PathPrefixer.-
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. -
Uses of NamedPath in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Methods in org.anchoranalysis.plugin.io.bean.file.path.prefixer with parameters of type NamedPathModifier 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) FromDescriptiveName.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)