|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.util.ant.DeleteTask
public class DeleteTask
Constructor Summary | |
---|---|
DeleteTask()
|
Method Summary | |
---|---|
static void |
deleteDirectory(File dir)
|
static void |
deleteDirectory(String dir)
|
static void |
deleteFile(File file)
|
static void |
deleteFile(String file)
|
static void |
deleteFiles(File dir,
String includes,
String excludes)
|
static void |
deleteFiles(String dir,
String includes,
String excludes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteTask()
Method Detail |
---|
public static void deleteDirectory(File dir)
public static void deleteDirectory(String dir)
public static void deleteFile(File file)
public static void deleteFile(String file)
public static void deleteFiles(File dir, String includes, String excludes)
public static void deleteFiles(String dir, String includes, String excludes)
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |