|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.valhalla.misc.MiscUtils
public class 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 |
static java.lang.String |
streamEncoding()
Gets stream encoding |
| 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 dirpublic static java.lang.String streamEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||