public class PluginProjectRole extends AbstractProjectRole
Implements the eclipse plugin role. The plugin role contains the PluginDescriptor and the build properties.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLUGIN_NATURE
PLUGIN_NATURE
|
static java.lang.String |
PLUGIN_PROJECT_ROLE_NAME
PLUGIN_PROJECT_ROLE_NAME
|
Constructor and Description |
---|
PluginProjectRole(EclipseProject eclipseProject)
Creates a new instance of type PluginProjectRole.
|
Modifier and Type | Method and Description |
---|---|
PluginBuildProperties |
getBuildProperties() |
PluginDescriptor |
getPluginDescriptor()
Returns the plugin descriptor.
|
equals, getName, hashCode
public static final java.lang.String PLUGIN_NATURE
public static final java.lang.String PLUGIN_PROJECT_ROLE_NAME
public PluginProjectRole(EclipseProject eclipseProject)
Creates a new instance of type PluginProjectRole.
eclipseProject
- the plugin project.public PluginDescriptor getPluginDescriptor()
Returns the plugin descriptor.
public PluginBuildProperties getBuildProperties()