|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.util.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
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.