public class ProfilesRoot extends Object implements Serializable
| Constructor and Description | 
|---|
ProfilesRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addActiveProfile(String string)
Method addActiveProfile. 
 | 
void | 
addProfile(Profile profile)
Method addProfile. 
 | 
List<String> | 
getActiveProfiles()
Method getActiveProfiles. 
 | 
String | 
getModelEncoding()
Get the modelEncoding field. 
 | 
List<Profile> | 
getProfiles()
Method getProfiles. 
 | 
void | 
removeActiveProfile(String string)
Method removeActiveProfile. 
 | 
void | 
removeProfile(Profile profile)
Method removeProfile. 
 | 
void | 
setActiveProfiles(List<String> activeProfiles)
Set list of manually-activated build profiles, specified in
 the order in which
             they should be applied. 
 | 
void | 
setModelEncoding(String modelEncoding)
Set the modelEncoding field. 
 | 
void | 
setProfiles(List<Profile> profiles)
Set configuration of build profiles for adjusting the build
             according to environmental parameters. 
 | 
public void addActiveProfile(String string)
string - public void addProfile(Profile profile)
profile - public String getModelEncoding()
public void removeActiveProfile(String string)
string - public void removeProfile(Profile profile)
profile - public void setActiveProfiles(List<String> activeProfiles)
activeProfiles - public void setModelEncoding(String modelEncoding)
modelEncoding - Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.