Package org.apache.maven.buildcache
Class MojoParametersListener
- java.lang.Object
-
- org.apache.maven.buildcache.MojoParametersListener
-
- All Implemented Interfaces:
org.apache.maven.execution.MojoExecutionListener
@Singleton @Named public class MojoParametersListener extends Object implements org.apache.maven.execution.MojoExecutionListener
MojoParametersListener
-
-
Constructor Summary
Constructors Constructor Description MojoParametersListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterExecutionFailure(org.apache.maven.execution.MojoExecutionEvent event)voidafterMojoExecutionSuccess(org.apache.maven.execution.MojoExecutionEvent event)voidbeforeMojoExecution(org.apache.maven.execution.MojoExecutionEvent event)Map<String,org.apache.maven.execution.MojoExecutionEvent>getProjectExecutions(org.apache.maven.project.MavenProject project)
-
-
-
Method Detail
-
beforeMojoExecution
public void beforeMojoExecution(org.apache.maven.execution.MojoExecutionEvent event)
- Specified by:
beforeMojoExecutionin interfaceorg.apache.maven.execution.MojoExecutionListener
-
afterMojoExecutionSuccess
public void afterMojoExecutionSuccess(org.apache.maven.execution.MojoExecutionEvent event) throws org.apache.maven.plugin.MojoExecutionException- Specified by:
afterMojoExecutionSuccessin interfaceorg.apache.maven.execution.MojoExecutionListener- Throws:
org.apache.maven.plugin.MojoExecutionException
-
afterExecutionFailure
public void afterExecutionFailure(org.apache.maven.execution.MojoExecutionEvent event)
- Specified by:
afterExecutionFailurein interfaceorg.apache.maven.execution.MojoExecutionListener
-
-