|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileSet
Profile Set.
A profile set consists of a "base" profile and a set of sub-profiles. The base profile fans out into a set of sub profiles.
| Method Summary | |
|---|---|
void |
addProfile(Profile profile)
Add a profile to the ProfileSet. |
String |
getBaseProfile()
Get the name of the base profile for this profile set. |
Profile |
getProfile(String profile)
Get a profile from the ProfileSet. |
boolean |
isMember(String profile)
Is the specified profile a member of this profile set. |
Iterator |
iterator()
Get an Iterator to allow iteration over the
Profilesin this ProfileSet. |
| Method Detail |
|---|
String getBaseProfile()
boolean isMember(String profile)
profile - The profile to check against.
void addProfile(Profile profile)
profile - The profile to add.Profile getProfile(String profile)
ProfileSet.
profile - The name of the profile.
ProfileSet.Iterator iterator()
Iterator to allow iteration over the
Profilesin this ProfileSet.
Iterator that allows iteration over the
Profilesin this ProfileSet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||