org.apache.maven.lifecycle.internal
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.
- Author:
- Benjamin Bentmann
fire
void fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution)
fire
void fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution,
Exception exception)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.