| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutionEvent
Holds data relevant for an execution event.
| Nested Class Summary | |
|---|---|
static class | 
ExecutionEvent.Type
The possible types of execution events.  | 
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
ExecutionEvent.Type getType()
null.MavenSession getSession()
null.MavenProject getProject()
null if not applicable.MojoExecution getMojoExecution()
null if not applicable.Exception getException()
null if none.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||