public interface ProfileSet extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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()
|
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 that allows iteration over the
Profilesin this ProfileSet.Copyright © 2020. All rights reserved.