org.apache.maven.lifecycle.internal
Class DefaultExecutionEventCatapult
java.lang.Object
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult
- All Implemented Interfaces:
- ExecutionEventCatapult
@Component(role=ExecutionEventCatapult.class)
public class DefaultExecutionEventCatapult
- extends Object
- implements ExecutionEventCatapult
Assists in firing execution events. Warning: This is an internal utility class that is only public
for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted without
prior notice.
- Author:
- Benjamin Bentmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExecutionEventCatapult
public DefaultExecutionEventCatapult()
fire
public void fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution)
- Specified by:
fire
in interface ExecutionEventCatapult
fire
public void fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution,
Exception exception)
- Specified by:
fire
in interface ExecutionEventCatapult
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.