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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Reference> |
ReferenceProvider.findReferences(Context context,
Scope scope,
Declaration declaration,
ProgressIndicator progress)
Find all references to the given declaration that this provider knows
about.
|
abstract java.util.Collection<Reference> |
DependencyManager.findReferences(Context context,
Scope scope,
Declaration declaration,
ProgressIndicator progress)
Find all references to a declaration.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Reference> |
IndexReferenceProvider.findReferences(Context context,
Scope scope,
Declaration declaration,
ProgressIndicator progress) |