JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
java.lang.Object
oracle.ide.util.FileCopyUtil
public final class FileCopyUtil
extends java.lang.Object
Since there is no internal java class/method to copy a file, this class
contains simple static utility methods to copy files.
Since:
5.0
Method Summary
Methods
Modifier and Type
Method and Description
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
copyFile
public static void copyFile(java.io.File src,
java.io.File target)
throws java.io.IOException
Copies one file (src) to target. This version takes File
objects. In addition to copying a file, it will create the required
directory trees for the output file.
Parameters: src
- Source filetarget
- Desired destination file
Throws:
java.io.IOException
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.