|
|||||||||
| Home >> All >> com >> pepperview >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.pepperview.util
Class Util

java.lang.Objectcom.pepperview.util.Util
- public class Util
- extends java.lang.Object
Utilities
| Constructor Summary | |
Util()
|
|
| Method Summary | |
static void |
copyFile(java.io.File source,
java.io.File target)
Copy a file |
static void |
moveFile(java.io.File source,
java.io.File target)
Move a file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Util
public Util()
| Method Detail |
copyFile
public static void copyFile(java.io.File source, java.io.File target) throws java.io.IOException
- Copy a file
- Since:
moveFile
public static void moveFile(java.io.File source, java.io.File target) throws java.io.IOException
- Move a file
- Since:
|
|||||||||
| Home >> All >> com >> pepperview >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.pepperview.util.Util