| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.util.FileCopyUtil
public final class FileCopyUtil
Since there is no internal java class/method to copy a file, this class contains simple static utility methods to copy files.
| Method Summary | |
|---|---|
| static void | copyFile(java.io.File src,
         java.io.File target)Copies one file (src) to target. | 
| 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 src,
                            java.io.File target)
                     throws java.io.IOException
File
 objects.  In addition to copying a file, it will create the required
 directory trees for the output file.
src - Source filetarget - Desired destination file
java.io.IOException| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||