| Package | Description | 
|---|---|
| oracle.ide.composite | 
 Contains centralized interfaces for associating element instances with an arbitrary set of URLs. 
 | 
| oracle.jdeveloper.vcs.util | 
 Contains assorted stateless utilities for version control system integraton. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Depth | 
Depth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Depth[] | 
Depth.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Element[] | 
CompositeFileElementRegistry.getCachedCompositeElements(java.net.URL[] urls,
                          Depth depth)
Gets the cached composite elements representing the given file URLs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Depth | 
VCSModelUtils.getCompositeDepthForCacheDepth(oracle.jdeveloper.vcs.cache.Depth depth)  |