public class CvsRoleIdentifier extends java.lang.Object implements RoleIdentifier
| Constructor and Description |
|---|
CvsRoleIdentifier() |
| 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 RoleIdentifierproject - The project that shall be tested.public void applyRole(EclipseProject project) throws FileParserException
applyRole in interface RoleIdentifierproject - The project that shall be modified.FileParserException - Reading some information failed.