java.io.Serializablepublic class ProfilesRoot
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
ProfilesRoot() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addActiveProfile(java.lang.String string) |
Method addActiveProfile.
|
void |
addProfile(Profile profile) |
Method addProfile.
|
java.util.List<java.lang.String> |
getActiveProfiles() |
Method getActiveProfiles.
|
java.lang.String |
getModelEncoding() |
Get the modelEncoding field.
|
java.util.List<Profile> |
getProfiles() |
Method getProfiles.
|
void |
removeActiveProfile(java.lang.String string) |
Method removeActiveProfile.
|
void |
removeProfile(Profile profile) |
Method removeProfile.
|
void |
setActiveProfiles(java.util.List<java.lang.String> activeProfiles) |
Set list of manually-activated build profiles, specified in
the order in which
they should be applied.
|
void |
setModelEncoding(java.lang.String modelEncoding) |
Set the modelEncoding field.
|
void |
setProfiles(java.util.List<Profile> profiles) |
Set configuration of build profiles for adjusting the build
according to environmental parameters.
|
public void addActiveProfile(java.lang.String string)
string - public void addProfile(Profile profile)
profile - public java.util.List<java.lang.String> getActiveProfiles()
public java.lang.String getModelEncoding()
public java.util.List<Profile> getProfiles()
public void removeActiveProfile(java.lang.String string)
string - public void removeProfile(Profile profile)
profile - public void setActiveProfiles(java.util.List<java.lang.String> activeProfiles)
activeProfiles - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - public void setProfiles(java.util.List<Profile> profiles)
profiles -