Package | Description |
---|---|
org.netbeans.api.project |
General API for finding and manipulating all kinds of projects.
|
Modifier and Type | Method and Description |
---|---|
ProjectActionContext.Builder |
ProjectActionContext.Builder.forProjectAction(String projectAction)
Specifies the intended project action.
|
static ProjectActionContext.Builder |
ProjectActionContext.newBuilder(Project p)
Creates a new
ProjectActionContext builder for the given project. |
ProjectActionContext.Builder |
ProjectActionContext.newDerivedBuilder()
Creates a Builder to create a similar ProjectActionContext to this one.
|
ProjectActionContext.Builder |
ProjectActionContext.Builder.useConfiguration(ProjectConfiguration configuration)
Binds to a specific
ProjectConfiguration , which must resolve to an instance of |
ProjectActionContext.Builder |
ProjectActionContext.Builder.Lookup lkp)
Specifies a Lookup to be included in the context.
|
ProjectActionContext.Builder |
ProjectActionContext.Builder.withProfiles(Collection<String> profiles)
Use specific build system profiles or tags for the query evaluation.
|
ProjectActionContext.Builder |
ProjectActionContext.Builder.withProfiles(String... profiles)
Use specific build system profiles or tags for the query evaluation.
|
ProjectActionContext.Builder |
ProjectActionContext.Builder.withProperties(Map<String,String> properties)
Uses specific user properties for the query computation.
|
ProjectActionContext.Builder |
ProjectActionContext.Builder.withProperty(String n,
String v)
Uses specific property value for the query computation.
|