Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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