public class FeatureProjectRoleIdentifier extends java.lang.Object implements RoleIdentifier
Identifier for the feature project role.
Constructor and Description |
---|
FeatureProjectRoleIdentifier() |
Modifier and Type | Method and Description |
---|---|
void |
applyRole(EclipseProject project)
Applies the model data used to fullfill this specific role.
|
boolean |
isRoleSupported(EclipseProject project)
Returns true if the supplied project provides support
for a specific role.
|
public boolean isRoleSupported(EclipseProject project)
isRoleSupported
in interface RoleIdentifier
project
- The project that shall be tested.public void applyRole(EclipseProject project) throws FileParserException
applyRole
in interface RoleIdentifier
project
- The project that shall be modified.FileParserException
- Reading some information failed.