public class DefaultProfileStore extends Object implements ProfileStore
| Constructor and Description |
|---|
DefaultProfileStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProfileSet(ProfileSet profileSet)
Add a ProfileSet for the named profile member.
|
void |
expandProfiles()
Expand out the profile sets in this profile store.
|
ProfileSet |
getProfileSet(String profileMember)
Get the ProfileSet associated with the specified profile member.
|
String |
toString() |
public ProfileSet getProfileSet(String profileMember) throws UnknownProfileMemberException
ProfileStoregetProfileSet in interface ProfileStoreprofileMember - The base profile name.UnknownProfileMemberException - There's no ProfileSet for the specified base profile.public void addProfileSet(ProfileSet profileSet)
addProfileSet in interface ProfileStoreprofileSet - The ProfileSet.public void expandProfiles()
Copyright © 2020. All rights reserved.