public interface ProfileStore
Modifier and Type | Method and Description |
---|---|
void |
addProfileSet(ProfileSet profileSet)
Add a ProfileSet to the store.
|
ProfileSet |
getProfileSet(String baseProfile)
Get the ProfileSet associated with the specified profile member.
|
void addProfileSet(ProfileSet profileSet)
profileSet
- The ProfileSet.ProfileSet getProfileSet(String baseProfile) throws UnknownProfileMemberException
baseProfile
- The base profile name.UnknownProfileMemberException
- There's no ProfileSet
for the specified base profile.Copyright © 2020. All rights reserved.