public class Profile extends ModelBaseimplements Serializable , Cloneable
| Modifier and Type | Field and Description |
|---|---|
static String |
SOURCE_POM
|
static String |
SOURCE_SETTINGS
|
| Constructor and Description |
|---|
Profile()
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
clone()
Method clone.
|
Activation |
getActivation()
Get the conditional logic which will automatically trigger the inclusion of this profile.
|
BuildBase |
getBuild()
Get information required to build the project.
|
String |
getId()
Get the identifier of this build profile.
|
String |
getSource()
|
void |
setActivation(Activation
Set the conditional logic which will automatically trigger the inclusion of this profile.
|
void |
setBuild(BuildBase
Set information required to build the project.
|
void |
setId(String
Set the identifier of this build profile.
|
void |
setSource(String
|
String |
toString()
|
addDependency, addModule, addPluginRepository, addProperty, addRepository, getDependencies, getDependencyManagement, getDistributionManagement, getLocation, getModules, getPluginRepositories, getProperties, getReporting, getReports, getRepositories, removeDependency, removeModule, removePluginRepository, removeRepository, setDependencies, setDependencyManagement, setDistributionManagement, setLocation, setModules, setPluginRepositories, setProperties, setReporting, setReports, setRepositoriespublic static final StringSOURCE_POM
public static final StringSOURCE_SETTINGS
public ActivationgetActivation()
public BuildBasegetBuild()
public StringgetId()
public void setActivation(Activationactivation)
activation -
public void setBuild(BuildBasebuild)
build -
public void setId(Stringid)
id -
public void setSource(Stringsource)
public StringgetSource()
public StringtoString()
toString in class
Object
Object.toString()