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

E17493-01

oracle.ide.util
Class URLCopierProvider

java.lang.Object
  extended by oracle.ide.util.URLCopierProvider

public class URLCopierProvider
extends java.lang.Object

A utility class that provides the appropriate URLCopier for the current execution mode. For example, when running under OSGI, this will provide an OSGI compatible URLCopier.


Constructor Summary
URLCopierProvider()
           
 
Method Summary
static URLCopier getURLCopier()
          Retrieves the currently set URLCopier.
static void setURLCopier(URLCopier newuc)
          Use to change the URLCopier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLCopierProvider

public URLCopierProvider()
Method Detail

setURLCopier

public static void setURLCopier(URLCopier newuc)
Use to change the URLCopier


getURLCopier

public static URLCopier getURLCopier()
Retrieves the currently set URLCopier.

Returns:
URLCopier that is set for the current mode of operation.

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

E17493-01

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