Class EventSpyImpl
java.lang.Object
org.apache.maven.internal.impl.EventSpyImpl
- All Implemented Interfaces:
EventSpy
-
Nested Class Summary
Nested classes/interfaces inherited from interface EventSpy
EventSpy.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Notifies the spy of Maven's termination, allowing it to free any resources allocated by it.protected org.apache.maven.api.EventTypeconvert(ExecutionEvent.Type type) Simple "conversion" from Maven3 event type enum to Maven4 enum.voidinit(EventSpy.Context context) Initializes the spy.voidNotifies the spy of some build event/operation.
-
Constructor Details
-
EventSpyImpl
public EventSpyImpl()
-
-
Method Details
-
init
-
onEvent
-
convert
Simple "conversion" from Maven3 event type enum to Maven4 enum. -
close
-