Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.util
Class URLCopyUtil

java.lang.Object
  extended by oracle.ide.util.URLCopier
      extended by oracle.ide.util.URLCopyUtil


public class URLCopyUtil
extends URLCopier

Util methods for copying URLs (previously in DefaultIdeCore.java and OSGIIdeCore.java)


Constructor Summary
URLCopyUtil()
           

 

Method Summary
 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 oracle.ide.util.URLCopier
copyDirectoryRecursive

 

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
Description copied from class: URLCopier
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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.