public class RoleIdentifierRegistry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addRoleIdentifier(RoleIdentifier newrole)
Adds the supplied role identifier to this registry.
|
static void |
applyRoles(EclipseProject project)
Modifies the supplied project according to all currently
registered RoleIdentifier instances.
|
public static final void addRoleIdentifier(RoleIdentifier newrole)
newrole
- The role identifier that shall be added.public static final void applyRoles(EclipseProject project) throws FileParserException
project
- The project that shall be modified.FileParserException
- Loading some information failed.