|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.cantina.util.FileUtils
Constructor Summary | |
FileUtils()
|
Method Summary | |
static boolean |
copyFile(java.lang.String source,
java.lang.String destination,
boolean overwrite)
copy a file. |
static boolean |
deleteDir(java.io.File dir)
|
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 boolean deleteDir(java.io.File dir)
public static boolean copyFile(java.lang.String source, java.lang.String destination, boolean overwrite) throws java.lang.Exception
source
- destination
- overwrite
- Should the destination be overwritten if exists?
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |