Uses of Class
org.anchoranalysis.io.input.path.DerivePathException
Packages that use DerivePathException
Package
Description
Beans pertaining to manipulating and matching against file-paths.
Non-bean classes pertaining grouping inputs.
Non-bean classes pertaining to getting/extracting/manipulating paths as used in inputting.
Strategies for how to annotate an image, such label per image etc.
Implementations of
DerivePath.-
Uses of DerivePathException in org.anchoranalysis.io.input.bean.path
Methods in org.anchoranalysis.io.input.bean.path that throw DerivePathExceptionModifier and TypeMethodDescriptionabstract PathDerivePath.deriveFrom(Path source, boolean debugMode) Derives a new path from an existing path.DerivePath.deriveFrom(Supplier<Optional<Path>> source, boolean debugMode) Derives a new path from an existing path.Identity.deriveFrom(Path source, boolean debugMode) NameElementRange.deriveFrom(Path source, boolean debugMode) -
Uses of DerivePathException in org.anchoranalysis.io.input.grouper
Methods in org.anchoranalysis.io.input.grouper that throw DerivePathExceptionModifier and TypeMethodDescriptionInputGrouper.deriveGroupKeyOptional(Path identifier) Derives a key for the group fromidentifier. -
Uses of DerivePathException in org.anchoranalysis.io.input.path
Methods in org.anchoranalysis.io.input.path that throw DerivePathException -
Uses of DerivePathException in org.anchoranalysis.plugin.annotation.bean.strategy
Methods in org.anchoranalysis.plugin.annotation.bean.strategy that throw DerivePathExceptionModifier and TypeMethodDescriptionstatic PathPathFromGenerator.derivePath(DerivePath generator, Path pathForBinding) Derives a path using aDerivePathgenerator and a binding path. -
Uses of DerivePathException in org.anchoranalysis.plugin.io.bean.path.derive
Methods in org.anchoranalysis.plugin.io.bean.path.derive that throw DerivePathExceptionModifier and TypeMethodDescriptionCollapseFileName.deriveFrom(Path source, boolean debugMode) InsertRegExGroups.deriveFrom(Path source, boolean debugMode) JoinRegExGroups.deriveFrom(Path source, boolean debugMode) RemoveTrailingDirectory.deriveFrom(Path source, boolean debugMode) Rooted.deriveFrom(Path source, boolean debugMode)