Skip navigation links

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

E17493-04


Uses of Class
oracle.ide.net.URLKey

Packages that use URLKey
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 

 

Uses of URLKey in oracle.ide.net

 

Methods in oracle.ide.net that return URLKey
static URLKey URLKey.getInstance(java.net.URL url)
          Get a URLKey instance for a URL.
 URLKey URLKey.intern()
          Returns a canonical representation of the key.

 

Methods in oracle.ide.net that return types with arguments of type URLKey
static java.util.Collection<URLKey> URLKey.asURLKeys(java.util.Collection<java.net.URL> urls)
          Convert a collection of URL into a collection of URLKey.

 

Method parameters in oracle.ide.net with type arguments of type URLKey
static java.util.Collection<java.net.URL> URLKey.asURLs(java.util.Collection<URLKey> keys)
          Convert a colltion of URLKey into a collection of URL.

 


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.