| Package | Description | 
|---|---|
| oracle.ide.file | 
 Classes and interfaces used to track changes to files. 
 | 
| oracle.ide.persistence | 
 Contains API classes for the persistence of search indexes. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected NameSpace | 
ProjectCache.namespace  | 
| Modifier and Type | Method and Description | 
|---|---|
static NameSpace | 
NameSpace.getLocalNameSpace(java.lang.String location,
                 java.lang.String name)
Get a NameSpace instance with the given name, at the given
 location. 
 | 
static NameSpace | 
NameSpace.getLocalNameSpace(java.lang.String location,
                 java.lang.String name,
                 int type)
Get a NameSpace instance with the given name and type, at the
 given location. 
 | 
static NameSpace | 
NameSpace.getLocalNameSpace(java.lang.String location,
                 java.lang.String name,
                 int type,
                 SecondaryKeyProvider provider)
Get a local namespace that uses secondary keys. 
 | 
static NameSpace | 
NameSpace.getLocalNameSpace(java.lang.String location,
                 java.lang.String name,
                 SecondaryKeyProvider provider)
Get a local namespace that uses secondary keys. 
 | 
NameSpace | 
Storage.getNameSpace(java.lang.String name)
Get a namespace from this storage. 
 | 
static NameSpace | 
NameSpace.getNameSpace(java.lang.String name)
Get a NameSpace instance with the given name. 
 | 
NameSpace | 
Storage.getNameSpace(java.lang.String name,
            int type)
Get a namespace from this storage. 
 | 
static NameSpace | 
NameSpace.getNameSpace(java.lang.String name,
            int type)
Get a NameSpace instance with the given name and type. 
 | 
NameSpace | 
Storage.getNameSpace(java.lang.String name,
            SecondaryKeyProvider provider)
Get a namespace from this storage. 
 | 
static NameSpace | 
NameSpace.getNameSpace(java.lang.String name,
            SecondaryKeyProvider provider)
Get a  
NameSpace instance that uses secondary keys. | 
NameSpace | 
NameSpaceFactory.getNameSpace(java.lang.String location,
            java.lang.String name,
            int type,
            SecondaryKeyProvider provider)
Get a namespace. 
 |