|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGroup
A group is a named collection of IProjectFacetVersion
objects. It is
used primarily as a parameter to the "requires" and "conflicts" constraints
and allows a level of indirection where a facet does not need to know about
all the members of the group. A given project facet version can belong to
several groups.
Method Summary | |
---|---|
String |
getDescription()
Returns the group description. |
String |
getId()
Returns the id of this group. |
String |
getLabel()
Returns the group label. |
Set<IProjectFacetVersion> |
getMembers()
Returns the set of member project facets. |
Method Detail |
---|
String getId()
String getLabel()
String getDescription()
Set<IProjectFacetVersion> getMembers()
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |