|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.misc.MiscUtils
Miscellaneous tools good for any application
Constructor Summary | |
MiscUtils()
|
Method Summary | |
static void |
recursivelyDeleteDirectory(java.lang.String dir)
Deletes a directory, and all the files in it |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MiscUtils()
Method Detail |
public static void recursivelyDeleteDirectory(java.lang.String dir) throws java.lang.Exception
dir
- the directory to delete
java.lang.Exception
- thrown if there is an error deleting the dir
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |