@Component(role=ExecutionEventCatapult.class) public class DefaultExecutionEventCatapult extends java.lang.Object implements ExecutionEventCatapult
| Constructor and Description |
|---|
DefaultExecutionEventCatapult() |
| Modifier and Type | Method and Description |
|---|---|
void |
fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution) |
void |
fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution,
java.lang.Exception exception) |
public void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
fire in interface ExecutionEventCatapultpublic void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)
fire in interface ExecutionEventCatapult