Uses of Class
org.anchoranalysis.io.input.path.DerivePathException
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.bean.path |
Beans pertaining to manipulating and matching against file-paths.
|
| org.anchoranalysis.io.input.grouper |
Non-bean classes pertaining grouping inputs.
|
| org.anchoranalysis.io.input.path |
Non-bean classes pertaining to getting/extracting/manipulating paths as used in inputting.
|
-
Uses of DerivePathException in org.anchoranalysis.io.input.bean.path
Methods in org.anchoranalysis.io.input.bean.path that throw DerivePathException Modifier and Type Method Description abstract PathDerivePath. deriveFrom(Path source, boolean debugMode)Derives a new path from an existing path.PathDerivePath. deriveFrom(Supplier<Optional<Path>> source, boolean debugMode)Derives a new path from an existing path.PathIdentity. deriveFrom(Path source, boolean debugMode)PathNameElementRange. deriveFrom(Path source, boolean debugMode) -
Uses of DerivePathException in org.anchoranalysis.io.input.grouper
Methods in org.anchoranalysis.io.input.grouper that throw DerivePathException Modifier and Type Method Description StringInputGrouper. 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 Modifier and Type Method Description static PathExtractPathElementRange. extract(Path path, IndexRangeNegative range)Extracts a sub-path from aPathby only retaining a range of elements.PathPathSupplier. get()Supplies aPath.