|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.lifecycle.Phase
public class Phase
A phase mapping definition.
| Constructor Summary | |
|---|---|
Phase()
|
|
| Method Summary | |
|---|---|
void |
addExecution(Execution execution)
Method addExecution. |
java.lang.Object |
getConfiguration()
Get configuration to pass to all goals run in this phase. |
java.util.List |
getExecutions()
Method getExecutions. |
java.lang.String |
getId()
Get the ID of this phase, eg generate-sources. |
java.lang.String |
getModelEncoding()
|
void |
removeExecution(Execution execution)
Method removeExecution. |
void |
setConfiguration(java.lang.Object configuration)
Set configuration to pass to all goals run in this phase. |
void |
setExecutions(java.util.List executions)
Set the goals to execute within the phase. |
void |
setId(java.lang.String id)
Set the ID of this phase, eg generate-sources. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Phase()
| Method Detail |
|---|
public void addExecution(Execution execution)
execution - public java.lang.Object getConfiguration()
public java.util.List getExecutions()
public java.lang.String getId()
generate-sources.
public void removeExecution(Execution execution)
execution - public void setConfiguration(java.lang.Object configuration)
configuration - public void setExecutions(java.util.List executions)
executions - public void setId(java.lang.String id)
generate-sources.
id - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||