|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hrodberaht.directus.util.FileUtil
public class FileUtil
Simple Java Utils
| Method Summary | |
|---|---|
static void |
copy(java.io.File fileIn,
java.io.File fileOut)
|
static void |
move(java.io.File fileIn,
java.io.File fileOut)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void move(java.io.File fileIn,
java.io.File fileOut)
throws java.io.IOException
java.io.IOException
public static void copy(java.io.File fileIn,
java.io.File fileOut)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||