|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.api.persistence.enhancer.util.FilePath
public class FilePath
FilePath provides general file path manipulation utilities.
| Constructor Summary | |
|---|---|
FilePath()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
canonicalize(java.io.File file)
Attempt to produce a canonical path name for the specified file |
static boolean |
canonicalNamesEqual(java.lang.String f1,
java.lang.String f2)
Compare two "canonical" file names for equivalence |
static java.lang.String |
getAbsolutePath(java.io.File file)
Return the absolute path for a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilePath()
| Method Detail |
|---|
public static java.lang.String getAbsolutePath(java.io.File file)
public static java.lang.String canonicalize(java.io.File file)
public static boolean canonicalNamesEqual(java.lang.String f1,
java.lang.String f2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||