|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.profiles.ProfilesRoot
public class ProfilesRoot
Class ProfilesRoot.
| Constructor Summary | |
|---|---|
ProfilesRoot()
|
|
| Method Summary | |
|---|---|
void |
addActiveProfile(java.lang.String string)
Method addActiveProfile |
void |
addProfile(Profile profile)
Method addProfile |
java.util.List |
getActiveProfiles()
Method getActiveProfiles |
java.util.List |
getProfiles()
Method getProfiles |
void |
removeActiveProfile(java.lang.String string)
Method removeActiveProfile |
void |
removeProfile(Profile profile)
Method removeProfile |
void |
setActiveProfiles(java.util.List activeProfiles)
Method setActiveProfiles |
void |
setProfiles(java.util.List profiles)
Method setProfiles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfilesRoot()
| Method Detail |
|---|
public void addActiveProfile(java.lang.String string)
string - public void addProfile(Profile profile)
profile - public java.util.List getActiveProfiles()
public java.util.List getProfiles()
public void removeActiveProfile(java.lang.String string)
string - public void removeProfile(Profile profile)
profile - public void setActiveProfiles(java.util.List activeProfiles)
activeProfiles - public void setProfiles(java.util.List profiles)
profiles -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||