|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.model.ModelBase
org.apache.maven.model.Profile
Modifications to the build process which is activated based on environmental parameters or command line arguments.
| Constructor Summary | |
Profile()
|
|
| Method Summary | |
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 |
getModelEncoding()
|
String |
getSource()
|
void |
setActivation(Activation activation)
Set The conditional logic which will automatically trigger the inclusion of this profile. |
void |
setBuild(BuildBase build)
Set Information required to build the project. |
void |
setId(String id)
Set The identifier of this build profile. |
void |
setModelEncoding(String modelEncoding)
|
void |
setSource(String source)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Profile()
| Method Detail |
public Activation getActivation()
public BuildBase getBuild()
public String getId()
public void setActivation(Activation activation)
activation - public void setBuild(BuildBase build)
build - public void setId(String id)
id - public void setSource(String source)
public String getSource()
public String toString()
public void setModelEncoding(String modelEncoding)
setModelEncoding in class ModelBasepublic String getModelEncoding()
getModelEncoding in class ModelBase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||