| 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.java.dependency |
Provides dependency information for Java.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdDeclarationProvider
Provides declarations identified by a unique ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLDeclarationProvider
Provides generic URL declarations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Collection<DeclarationProvider> |
DependencyManager.getDeclarationProviders()
Get the currently loaded declaration providers.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DependencyManager.addDeclarationProvider(DeclarationProvider provider)
Deprecated.
Register declaration providers through the extension manifest file
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexDeclarationProvider
Provides declarations stored in the index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaDeclarationProvider
Provides Java declarations.
|