|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.launcher.felix.util.IOUtils
public final class IOUtils
IO utilities.
| Method Summary | |
|---|---|
static boolean |
deleteDir(java.io.File dir)
Recursively delete a directory. |
static java.io.File |
getSystemFile(java.io.File base,
java.lang.String relative)
Return a OS valid File. |
static java.lang.String |
getSystemPath(java.io.File base,
java.lang.String relative)
Return a OS valid path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean deleteDir(java.io.File dir)
dir - directory to be deleted
public static java.lang.String getSystemPath(java.io.File base,
java.lang.String relative)
base - basis directoryrelative - relative path name to the basis directory
public static java.io.File getSystemFile(java.io.File base,
java.lang.String relative)
base - basis directoryrelative - relative path name to the basis directory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||