Package | Description |
---|---|
oracle.ide.dependency |
Provides information about the dependencies between files in an application.
|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
oracle.jdeveloper.audit.service |
The API classes for invoking Audit programatically, and a few Audit common
API classes.
|
oracle.jdevimpl.audit.core | |
oracle.jdevimpl.audit.model |
Constructor and Description |
---|
Scope(Workspace workspace,
WorkingSet workingSet) |
Modifier and Type | Method and Description |
---|---|
WorkingSet |
WorkingSets.getCurrentWorkingSet() |
static WorkingSet |
WorkingSets.getOrCreateWorkingSet(Workspace workspace,
java.lang.String name,
java.util.List<Project> includeProjects,
java.util.Map<java.net.URL,java.util.List<java.net.URL>> projectUrlToFileUrls)
Gets or creates a working set with the name given.
|
WorkingSet |
WorkingSets.getWorkingSet(java.lang.String workingSetName)
Gets or creates a working set with the supplied name.
|
Modifier and Type | Method and Description |
---|---|
WorkingSet |
ModelFactory.getWorkingSet()
Gets the working set to use when filtering projects and project content.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelFactory.setWorkingSet(WorkingSet workingSet)
Sets the working set to use when filtering projects and project content.
|
Modifier and Type | Method and Description |
---|---|
abstract WorkingSet |
Auditor.getWorkingSet()
Gets the working set to use when filtering projects and project content.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Auditor.setWorkingSet(WorkingSet workingSet)
Sets the working set to use when filtering projects and project content.
|
Modifier and Type | Method and Description |
---|---|
WorkingSet |
DefaultAuditor.getWorkingSet() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuditor.setWorkingSet(WorkingSet workingSet) |
Modifier and Type | Method and Description |
---|---|
WorkingSet |
DefaultModelFactory.getWorkingSet() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelFactory.setWorkingSet(WorkingSet workingSet) |