Package org.jf.util
Class PathUtil
java.lang.Object
org.jf.util.PathUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPathComponents(File file) static FilegetRelativeFile(File baseFile, File fileToRelativize) (package private) static StringgetRelativeFileInternal(File canonicalBaseFile, File canonicalFileToRelativize) static booleantestCaseSensitivity(File path)
-
Constructor Details
-
PathUtil
private PathUtil()
-
-
Method Details
-
getRelativeFile
- Throws:
IOException
-
getRelativeFileInternal
-
getPathComponents
-
testCaseSensitivity
- Throws:
IOException
-