| Represents one user-selectable configuration of a particular project.
For example, it might represent a choice of main class and arguments.
Besides the implementor, only the project UI infrastructure is expected to use this class.
An instance of a configuration may be passed in the context argument for
an
ActionProvider when called on a main-project-sensitive action.
For details see
ProjectConfigurationProvider.configurationsAffectAction .
author: Adam Sotona, Jesse Glick since: org.netbeans.modules.projectapi/1 1.11 See Also: ProjectConfigurationProvider |