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