public class Phase extends Object implements Serializable
Constructor and Description |
---|
Phase() |
Modifier and Type | Method and Description |
---|---|
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 . |
public Phase()
public void addExecution(Execution execution)
execution
- public Object getConfiguration()
public List<Execution> getExecutions()
public void removeExecution(Execution execution)
execution
- public void setConfiguration(Object configuration)
configuration
- public void setExecutions(List<Execution> executions)
executions
- Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.