Uses of Class
org.anchoranalysis.core.system.path.PathDifferenceException
Packages that use PathDifferenceException
Package
Description
Defines a root path directory on the filesystem whre files are read / written.
Utilities for converting/manipulating file-paths.
Non-bean classes to help tasks in
org.anchoranalysis.plugin.io.bean.file.copy
.Non-bean classes to help in processing paths.
-
Uses of PathDifferenceException in org.anchoranalysis.core.system.path
Methods in org.anchoranalysis.core.system.path that throw PathDifferenceExceptionModifier and TypeMethodDescriptionstatic PathDifference
PathDifference.differenceFrom
(Path baseDirectoryPath, Path filePath) Finds the difference between a path and a base. -
Uses of PathDifferenceException in org.anchoranalysis.plugin.io.file.copy
Methods in org.anchoranalysis.plugin.io.file.copy that throw PathDifferenceExceptionModifier and TypeMethodDescriptionstatic Path
PathOperations.filePathDifference
(Path baseDirectoryPath, Path filePath) Finds the difference between a path and a base. -
Uses of PathDifferenceException in org.anchoranalysis.plugin.io.input.path
Methods in org.anchoranalysis.plugin.io.input.path that throw PathDifferenceExceptionModifier and TypeMethodDescriptionstatic Path
RootedFilePathUtilities.deriveRootedPath
(Path source, String rootName, boolean debugMode, boolean disableDebugMode) Finds a root to match a name and debug/statusGiven a path, it splits the *root* portion of the path from the remainder, trying a root identified by the rootName and debugMode (and if this fails, also trying with debugMode==false)