Package | Description |
---|---|
oracle.ide.dependency |
Provides information about the dependencies between files in an application.
|
oracle.ide.dependency.index |
Provides the ability to store and retrieve dependency information using the
index.
|
oracle.jdeveloper.db.dependency |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<ReferenceProvider> |
DependencyManager.getReferenceProviders()
Deprecated.
This method will cause all extensions registering a
ReferenceProvider to be initialized. Use
DependencyManager.getReferenceProviders(String[]) instead. |
abstract java.util.Collection<ReferenceProvider> |
DependencyManager.getReferenceProviders(java.lang.String[] technologyKeys)
Get the registered reference providers for a set of technology scope keys.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
DependencyManager.addReferenceProvider(ReferenceProvider provider)
Deprecated.
Register reference providers through the extension manifest file
|
Modifier and Type | Class and Description |
---|---|
class |
IndexReferenceProvider
Provides references stored in the index.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBObjectReferenceProvider
Interface for ReferenceProvider implementations to implement if they
wish to provide DBObjectReference implementations in order
to be notified of changes to the referenced DBObject.
|