|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.util.DirectoryUtils
public class DirectoryUtils
Constructor Summary | |
---|---|
DirectoryUtils()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static boolean |
rmdir(java.io.File dir)
Removes a directory and all subdirectories and files beneath it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryUtils()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static final boolean rmdir(java.io.File dir)
directory
- The name of the root directory to be deleted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |