|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.profile.DefaultProfileStore
public class DefaultProfileStore
Default ProfileStore implementation.
| Constructor Summary | |
|---|---|
DefaultProfileStore()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultProfileStore()
| Method Detail |
|---|
public ProfileSet getProfileSet(String profileMember)
throws UnknownProfileMemberException
ProfileStore
getProfileSet 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()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||