org.apache.maven.lifecycle.internal
Class DefaultExecutionEventCatapult

java.lang.Object
  extended by 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

Constructor Summary
DefaultExecutionEventCatapult()
           
 
Method Summary
 void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
           
 void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExecutionEventCatapult

public DefaultExecutionEventCatapult()
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.