Interface Event
-
Method Summary
Modifier and TypeMethodDescriptionGets the exception that caused the event (if any).Gets the current mojo execution (if any).Gets the current project (if any).Gets the session from which this event originates.getType()Gets the type of the event.
-
Method Details
-
getType
-
getSession
Gets the session from which this event originates.- Returns:
- the current session, never
null
-
getProject
-
getMojoExecution
Gets the current mojo execution (if any).- Returns:
- the current mojo execution or
empty()if not applicable
-
getException
-