Class LifecycleExecution
java.lang.Object
org.apache.maven.tools.plugin.extractor.model.LifecycleExecution
- All Implemented Interfaces:
- Serializable
A sub-process execution of a lifecycle to satisfy the
 needs of a mojo.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetGoal()Get a goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.Get the name of the overlay to apply to the sub-lifecycle before executing it.getPhase()Get the phase in the sub-lifecycle.voidSet a goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.voidsetLifecycle(String lifecycle) Set the name of the overlay to apply to the sub-lifecycle before executing it.voidSet the phase in the sub-lifecycle.
- 
Constructor Details- 
LifecycleExecutionpublic LifecycleExecution()
 
- 
- 
Method Details- 
getGoalGet a goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.- Returns:
- String
 
- 
getLifecycleGet the name of the overlay to apply to the sub-lifecycle before executing it. If specified, this lifecycle overlay definition will be bundled with the plugin.- Returns:
- String
 
- 
getPhaseGet the phase in the sub-lifecycle.- Returns:
- String
 
- 
setGoalSet a goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.- Parameters:
- goal- a goal object.
 
- 
setLifecycleSet the name of the overlay to apply to the sub-lifecycle before executing it. If specified, this lifecycle overlay definition will be bundled with the plugin.- Parameters:
- lifecycle- a lifecycle object.
 
- 
setPhaseSet the phase in the sub-lifecycle.- Parameters:
- phase- a phase object.
 
 
-