public class ProfilesRoot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
activeProfiles
Field activeProfiles.
|
private java.lang.String |
modelEncoding
Field modelEncoding.
|
private java.util.List<Profile> |
profiles
Field profiles.
|
Constructor and Description |
---|
ProfilesRoot() |
Modifier and Type | Method and 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.
|
private java.util.List<Profile> profiles
private java.util.List<java.lang.String> activeProfiles
private java.lang.String modelEncoding
public void addActiveProfile(java.lang.String string)
string
- a string object.public void addProfile(Profile profile)
profile
- a profile object.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
- a string object.public void removeProfile(Profile profile)
profile
- a profile object.public void setActiveProfiles(java.util.List<java.lang.String> activeProfiles)
activeProfiles
- a activeProfiles object.public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- a modelEncoding object.public void setProfiles(java.util.List<Profile> profiles)
profiles
- a profiles object.