|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.util.Deleter
public class Deleter
Utility to delete a file or directory recursively.
Constructor Summary | |
---|---|
Deleter()
|
Method Summary | |
---|---|
static void |
Delete(java.io.File toDelete)
Delete by File. |
static void |
Delete(java.lang.String path)
Delete by path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Deleter()
Method Detail |
---|
public static void Delete(java.lang.String path)
path
- public static void Delete(java.io.File toDelete)
toDelete
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |