Package | Description |
---|---|
org.netbeans.api.project |
General API for finding and manipulating all kinds of projects.
|
Modifier and Type | Method and Description |
---|---|
ProjectActionContext |
ProjectActionContext.Builder.context() |
static ProjectActionContext |
ProjectActionContext.find(Project p)
Find the ProjectActionContext for the project.
|
Modifier and Type | Method and Description |
---|---|
<V,E extends Exception> |
ProjectActionContext.apply(ProjectActionContext.ProjectCallback<V,E> r,
ProjectActionContext... otherProjectContexts)
Executes a query using this project context.
|
void |
ProjectActionContext.apply(Runnable r,
ProjectActionContext... otherProjectContexts)
Executes a query using this project context.
|