JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
java.lang.Object 
oracle.ide.util.URLCopier 
 
 
 
 
Constructor Summary 
Constructors    
Constructor and Description 
 
URLCopier  ()  
 
 
 
 
Method Summary 
All Methods   Instance Methods   Concrete Methods    
Modifier and Type 
Method and Description 
 
protected void 
copyDirectoryRecursive  (java.net.URL source,
                      java.net.URL destination)  
 
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 
 
URLCopier 
public URLCopier() 
 
 
 
 
 
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.
Parameters:  
source - the source for copying. 
destination - the destination to be copied to. 
Throws:  
java.io.IOException 
 
 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Copyright © 1997, 2019, Oracle. All rights reserved.