org.apache.maven.lifecycle.internal
Class DefaultExecutionEventCatapult
java.lang.Object
   org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult
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:
- firein interface- ExecutionEventCatapult
 
- 
 
fire
public void fire(ExecutionEvent.Type eventType,
                 MavenSession session,
                 MojoExecution mojoExecution,
                 Exception exception)
- 
- Specified by:
- firein interface- ExecutionEventCatapult
 
- 
 
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.