public class FeatureProjectRole extends AbstractProjectRole
Implements the eclipse feature project role.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FEATURE_NATURE
PLUGIN_NATURE
|
static java.lang.String |
FEATURE_PROJECT_ROLE_NAME
PLUGIN_PROJECT_ROLE_NAME
|
Constructor and Description |
---|
FeatureProjectRole(EclipseProject eclipseProject)
Creates a new instance of type FeatureProjectRole.
|
Modifier and Type | Method and Description |
---|---|
FeatureManifest |
getFeature()
Returns the feature manifest of the feature project.
|
equals, getName, hashCode
public static final java.lang.String FEATURE_NATURE
public static final java.lang.String FEATURE_PROJECT_ROLE_NAME
public FeatureProjectRole(EclipseProject eclipseProject)
Creates a new instance of type FeatureProjectRole.
eclipseProject
- the plugin project.public FeatureManifest getFeature()
Returns the feature manifest of the feature project.