|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.File org.kuali.common.util.file.CanonicalFile
public class CanonicalFile
A CanonicalFile
is always both absolute and unique.
Field Summary |
---|
Fields inherited from class java.io.File |
---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
Constructor Summary | |
---|---|
CanonicalFile(File file)
A CanonicalFile is always both absolute and unique. |
|
CanonicalFile(File parent,
String child)
A CanonicalFile is always both absolute and unique. |
|
CanonicalFile(String path)
A CanonicalFile is always both absolute and unique. |
|
CanonicalFile(String parent,
String child)
A CanonicalFile is always both absolute and unique. |
|
CanonicalFile(URI uri)
A CanonicalFile is always both absolute and unique. |
Method Summary | |
---|---|
protected static String |
getCanonicalPath(File file)
|
Methods inherited from class java.io.File |
---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CanonicalFile(File parent, String child)
CanonicalFile
is always both absolute and unique.
public CanonicalFile(String parent, String child)
CanonicalFile
is always both absolute and unique.
public CanonicalFile(URI uri)
CanonicalFile
is always both absolute and unique.
public CanonicalFile(String path)
CanonicalFile
is always both absolute and unique.
public CanonicalFile(File file)
CanonicalFile
is always both absolute and unique.
Method Detail |
---|
protected static String getCanonicalPath(File file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |