public interface ExecutionEvent
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ExecutionEvent.Type
The possible types of execution events. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Exception | 
getException()
Gets the exception that caused the event (if any). 
 | 
MojoExecution | 
getMojoExecution()
Gets the current mojo execution (if any). 
 | 
MavenProject | 
getProject()
Gets the current project (if any). 
 | 
MavenSession | 
getSession()
Gets the session from which this event originates. 
 | 
ExecutionEvent.Type | 
getType()
Gets the type of the event. 
 | 
ExecutionEvent.Type getType()
null.MavenSession getSession()
null.MavenProject getProject()
null if not applicable.MojoExecution getMojoExecution()
null if not applicable.Exception getException()
null if none.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.