Class FilePath
java.lang.Object
com.sun.jdo.api.persistence.enhancer.util.FilePath
FilePath provides general file path manipulation utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringcanonicalize(File file) Attempt to produce a canonical path name for the specified filestatic booleancanonicalNamesEqual(String f1, String f2) Compare two "canonical" file names for equivalencestatic StringgetAbsolutePath(File file) Return the absolute path for a file.
-
Constructor Details
-
FilePath
public FilePath()
-
-
Method Details
-
getAbsolutePath
Return the absolute path for a file. All directory separators are converted to be File.separatorChar -
canonicalize
Attempt to produce a canonical path name for the specified file -
canonicalNamesEqual
Compare two "canonical" file names for equivalence
-