Interface ExecutionEventCatapult
- All Known Implementing Classes:
DefaultExecutionEventCatapult
public interface ExecutionEventCatapult
Assists in firing execution events. Warning: This is an internal utility interface that is only
public for technical reasons, it is not part of the public API. In particular, this interface can be changed or
deleted without prior notice.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fire
(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) void
fire
(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)
-
Method Details
-
fire
-
fire
void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)
-