Interface Event
- All Known Implementing Classes:
DefaultEvent
-
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
-
getProject
-
getMojoExecution
Gets the current mojo execution (if any).- Returns:
- the current mojo execution or
empty()
if not applicable
-
getException
-