Uses of Interface
org.netbeans.spi.project.ProjectConfiguration
Packages that use ProjectConfiguration
Package
Description
General API for finding and manipulating all kinds of projects.
Support for defining project types.
-
Uses of ProjectConfiguration in org.netbeans.api.project
Methods in org.netbeans.api.project with type parameters of type ProjectConfigurationModifier and TypeMethodDescription<C extends ProjectConfiguration>
booleanProjectUtils.setActiveConfiguration
(Project p, C cfg) Sets the active configuration to a project.Methods in org.netbeans.api.project that return ProjectConfigurationModifier and TypeMethodDescriptionProjectUtils.getActiveConfiguration
(Project p) Returns the active configuration for the given project.ProjectActionContext.getConfiguration()
The project configuration to use for the project query.Methods in org.netbeans.api.project with parameters of type ProjectConfigurationModifier and TypeMethodDescriptionProjectActionContext.Builder.useConfiguration
(ProjectConfiguration configuration) Binds to a specificProjectConfiguration
, which must resolve to an instance of -
Uses of ProjectConfiguration in org.netbeans.spi.project
Classes in org.netbeans.spi.project with type parameters of type ProjectConfigurationModifier and TypeInterfaceDescriptioninterface
ProjectConfigurationProvider<C extends ProjectConfiguration>
Provider of configurations for a project.