public interface WeakMojoExecutionListener
Unlike MojoExecutionListener, this extension point does not trigger instantiation of the component, hence
"weak" class name prefix. Only applies to mojo execution scoped components.
MojoExecutionListener| Modifier and Type | Method and Description |
|---|---|
void |
afterExecutionFailure(MojoExecutionEvent event) |
void |
afterMojoExecutionSuccess(MojoExecutionEvent event) |
void |
beforeMojoExecution(MojoExecutionEvent event) |
void beforeMojoExecution(MojoExecutionEvent event) throws MojoExecutionException
MojoExecutionExceptionvoid afterMojoExecutionSuccess(MojoExecutionEvent event) throws MojoExecutionException
MojoExecutionExceptionvoid afterExecutionFailure(MojoExecutionEvent event)
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.