public class Profile extends ModelBase implements 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.
|
String |
getId()
Get the identifier of this build profile.
|
String |
getSource() |
void |
setActivation(Activation activation)
Set the conditional logic which will automatically trigger
the inclusion of this
profile.
|
void |
setId(String id)
Set the identifier of this build profile.
|
void |
setSource(String source) |
String |
toString() |
addDependency, addRepository, getDependencies, getLocation, getRepositories, removeDependency, removeRepository, setDependencies, setLocation, setRepositories
public static final String SOURCE_POM
public static final String SOURCE_SETTINGS
public Activation getActivation()
public String getId()
public void setActivation(Activation activation)
activation
- public void setId(String id)
id
- public void setSource(String source)
public String getSource()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.