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 | |
oracle.jdeveloper.java.dependency |
Provides dependency information for Java.
|
oracle.jdeveloper.refactoring.dependency |
Provides refactoring support for the Dependency API.
|
Modifier and Type | Method and Description |
---|---|
static IdDeclaration |
IdDeclaration.findDeclaration(Context context,
java.lang.String id)
Find the IdDeclaration for an ID.
|
IdDeclaration |
URLDeclarationProvider.getDeclaration(Context context,
java.lang.String id) |
IdDeclaration |
IdDeclarationProvider.getDeclaration(Context context,
java.lang.String id)
Get the declaration corresponding to an ID.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexDeclaration
A declaration stored in the index.
|
Modifier and Type | Class and Description |
---|---|
class |
DBObjectDeclaration
A DBObjectDeclaration is an IdDeclaration implementation that uses a string
id created by the
DBObjectDeclarationFactory as its declaration id. |
class |
DBObjectProviderDeclaration
Declaration implementation for the IDE's dependency framework that
represents a DBObjectProvider.
|
class |
PlSqlDeclaration
Extension of DBObjectDeclaration for PL/SQL objects, that also implements
SourceDeclaration to provide a link to the code editor for the PL/SQL
fragment being declared.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationDeclaration
The declaration of a Java annotation.
|
class |
ClassDeclaration
The declaration of a Java class.
|
class |
FieldDeclaration
The declaration of a Java field.
|
class |
MethodDeclaration
The declaration of a Java method.
|
class |
ResourceKeyDeclaration |
Modifier and Type | Method and Description |
---|---|
IdDeclaration |
JavaDeclarationProvider.getDeclaration(Context context,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IdDeclaration> |
IdDeclarationRenameCriteria.getDeclarations()
Get the declarations being renamed.
|
Constructor and Description |
---|
IdDeclarationRenameCriteria(java.lang.String title,
java.util.Map<IdDeclaration,java.lang.String> map) |