|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.model.roles.RoleIdentifierRegistry
public class RoleIdentifierRegistry
A simple registry used for project role identifiers.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||