Interface ProjectConfiguration
public interface ProjectConfiguration
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(java.lang.String)
.
- Since:
- org.netbeans.modules.projectapi/1 1.11
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionProvides a display name by which this configuration may be identified in the GUI.
-
Method Details
-
getDisplayName
String getDisplayName()Provides a display name by which this configuration may be identified in the GUI.- Returns:
- a human-visible display name
-