|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.modello.FileUtils
Constructor Summary | |
FileUtils()
|
Method Summary | |
static void |
cleanDirectory(java.io.File directory)
Clean a directory without deleting it. |
static void |
cleanDirectory(java.lang.String directory)
Clean a directory without deleting it. |
static void |
deleteDirectory(java.io.File directory)
Recursively delete a directory. |
static void |
deleteDirectory(java.lang.String directory)
Recursively delete a directory. |
static void |
forceDelete(java.io.File file)
Delete a file. |
static void |
forceDelete(java.lang.String file)
Delete a file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileUtils()
Method Detail |
public static void forceDelete(java.lang.String file) throws java.io.IOException
java.io.IOException
public static void forceDelete(java.io.File file) throws java.io.IOException
java.io.IOException
public static void deleteDirectory(java.lang.String directory) throws java.io.IOException
java.io.IOException
public static void deleteDirectory(java.io.File directory) throws java.io.IOException
java.io.IOException
public static void cleanDirectory(java.lang.String directory) throws java.io.IOException
java.io.IOException
public static void cleanDirectory(java.io.File directory) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |