|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.lifecycle.Phase
public class Phase
A phase mapping definition.
Constructor Summary | |
---|---|
Phase()
|
Method Summary | |
---|---|
void |
addExecution(Execution execution)
Method addExecution. |
Object |
getConfiguration()
Get configuration to pass to all goals run in this phase. |
List<Execution> |
getExecutions()
Method getExecutions. |
String |
getId()
Get the ID of this phase, eg generate-sources . |
void |
removeExecution(Execution execution)
Method removeExecution. |
void |
setConfiguration(Object configuration)
Set configuration to pass to all goals run in this phase. |
void |
setExecutions(List<Execution> executions)
Set the goals to execute within the phase. |
void |
setId(String id)
Set the ID of this phase, eg generate-sources . |
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 Object getConfiguration()
public List<Execution> getExecutions()
public String getId()
generate-sources
.
public void removeExecution(Execution execution)
execution
- public void setConfiguration(Object configuration)
configuration
- public void setExecutions(List<Execution> executions)
executions
- public void setId(String id)
generate-sources
.
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |