|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jagatoo.util.io.FileUtils
public class FileUtils
Utility methods for files.
Method Summary | |
---|---|
static void |
copyFile(java.io.File source,
java.io.File dest)
Copies one file to another one. |
static void |
deleteFolderRecursively(java.io.File folder)
|
static java.io.File |
getCanonicalFile(java.io.File file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void copyFile(java.io.File source, java.io.File dest) throws java.io.IOException
source
- dest
-
java.io.IOException
public static void deleteFolderRecursively(java.io.File folder)
public static final java.io.File getCanonicalFile(java.io.File file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |