|
||||||||||
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
public class 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. |
java.lang.String |
getId()
Get The identifier of this build profile. |
java.lang.String |
getModelEncoding()
|
java.lang.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(java.lang.String id)
Set The identifier of this build profile. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setSource(java.lang.String source)
|
java.lang.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 java.lang.String getId()
public void setActivation(Activation activation)
activation
- public void setBuild(BuildBase build)
build
- public void setId(java.lang.String id)
id
- public void setSource(java.lang.String source)
public java.lang.String getSource()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class ModelBase
public java.lang.String getModelEncoding()
getModelEncoding
in class ModelBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |