JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
 
Method Summary 
Methods    
Modifier and Type 
Method and Description 
 
void 
copyURL  (java.net.URL source,
       java.net.URL destination)
Currently implements for File URLs only, but can be expanded
 to other types later.
 
 
 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
 
 
 
 
Constructor Detail 
 
URLCopyUtil 
public URLCopyUtil() 
 
 
 
 
 
Method Detail 
 
copyURL 
public void copyURL(java.net.URL source,
           java.net.URL destination)
             throws java.io.IOException 
Currently implements for File URLs only, but can be expanded
 to other types later. 
 Copies the source to destination. If the URL is a directory
 then it attempts to copy recursively.
Overrides:  
copyURL  in class URLCopier  
Parameters: source - destination -  
Throws:  
java.io.IOException 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Copyright © 1997, 2014, Oracle. All rights reserved.