|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jpackit.util.FileUtils
public final class FileUtils
File system utilities
Method Summary | |
---|---|
static java.lang.String |
appendFileSeparatorIfNecessary(java.lang.String path)
Adds to path the separator ('/' or '\') if it isn't present already |
static java.lang.String |
getCanonicalPath(java.lang.String path)
Returns the canonical pathname string of given pathname. |
static java.lang.String |
getTempDir()
Get the path to the directory for the temporary files (OS dependant) (Copied from java.io.File. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getTempDir()
public static java.lang.String appendFileSeparatorIfNecessary(java.lang.String path)
path
- path
public static java.lang.String getCanonicalPath(java.lang.String path)
path
- pathname string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |