| Package | Description | 
|---|---|
| oracle.ide.net | 
 Provides a virtual file system framework based on java.net.URL. 
 | 
| oracle.jdeveloper.controller | 
| Modifier and Type | Method and Description | 
|---|---|
static URLKey | 
URLKey.getInstance(java.net.URL url)
Get a  
URLKey instance for a URL. | 
URLKey | 
URLKey.intern()
Interns the underlying URL and returns a URLKey instance for the interned
 URL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Collection<URLKey> | 
URLKey.asURLKeys(java.util.Collection<java.net.URL> urls)
Convert a collection of URL into a collection of  
URLKey. | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Collection<java.net.URL> | 
URLKey.asURLs(java.util.Collection<URLKey> keys)
Convert a colltion of  
URLKey into a collection of URL. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NodeActionController.queueContainer(Element element,
              Project project,
              Workspace workspace,
              IdeAction action,
              java.util.Map<URLKey,oracle.jdeveloper.controller.NodeActionController.NodeHandler> queue)  |