Java org.apache.maven.execution ExecutionEvent fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.execution ExecutionEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.execution ExecutionEvent.

The text is from its open source code.

Method

ExceptiongetException()
Gets the exception that caused the event (if any).
MojoExecutiongetMojoExecution()
Gets the current mojo execution (if any).
MavenProjectgetProject()
Gets the current project (if any).
MavenSessiongetSession()
Gets the session from which this event originates.
TypegetType()
Gets the type of the event.