Package org.apache.maven
Class ReactorReader.ReactorReaderSpy
java.lang.Object
org.apache.maven.ReactorReader.ReactorReaderSpy
- All Implemented Interfaces:
EventSpy
- Enclosing class:
ReactorReader
Singleton class used to receive events by implementing the EventSpy.
It simply forwards all
ExecutionEvent
s to the ReactorReader
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy
EventSpy.Context
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Notifies the spy of Maven's termination, allowing it to free any resources allocated by it.void
init
(EventSpy.Context context) Initializes the spy.void
Notifies the spy of some build event/operation.
-
Field Details
-
lookup
-
-
Constructor Details
-
ReactorReaderSpy
-
-
Method Details
-
init
Description copied from interface:EventSpy
Initializes the spy. -
onEvent
Description copied from interface:EventSpy
Notifies the spy of some build event/operation. -
close
Description copied from interface:EventSpy
Notifies the spy of Maven's termination, allowing it to free any resources allocated by it.
-