@Component(role=ExecutionEventCatapult.class) public class DefaultExecutionEventCatapult extends 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,
Exception exception) |
public void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
fire
in interface ExecutionEventCatapult
public void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)
fire
in interface ExecutionEventCatapult
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.