public class DefaultLifecycleExecutor extends AbstractLogEnabled implements LifecycleExecutor
ROLE| Constructor and Description |
|---|
DefaultLifecycleExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextualize(Context context) |
void |
execute(MavenSession session,
ReactorManager rm,
EventDispatcher dispatcher)
Execute a task.
|
java.util.List |
getLifecycles() |
java.util.Map |
getPhaseToLifecycleMap() |
void |
initialize() |
protected void |
line() |
public void execute(MavenSession session, ReactorManager rm, EventDispatcher dispatcher) throws BuildFailureException, LifecycleExecutionException
execute in interface LifecycleExecutorsession - rm - dispatcher - BuildFailureExceptionLifecycleExecutionExceptionprotected void line()
public java.util.Map getPhaseToLifecycleMap()
throws LifecycleExecutionException
LifecycleExecutionExceptionpublic java.util.List getLifecycles()
getLifecycles in interface LifecycleExecutorpublic void initialize()
throws InitializationException
InitializationExceptionpublic void contextualize(Context context)
throws ContextException
ContextException