public interface RoleIdentifier
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.
|
boolean isRoleSupported(EclipseProject project)
project
- The project that shall be tested.void applyRole(EclipseProject project) throws FileParserException
project
- The project that shall be modified.FileParserException
- Reading some information failed.