|
||||||||||
| 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(File dir)
Recursively delete a directory. |
static File |
getSystemFile(File base,
String relative)
Return a OS valid File. |
static String |
getSystemPath(File base,
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(File dir)
dir - directory to be deleted
public static String getSystemPath(File base,
String relative)
base - basis directoryrelative - relative path name to the basis directory
public static File getSystemFile(File base,
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 | |||||||||