Package org.apache.maven.eventspy
Class AbstractEventSpy
java.lang.Object
org.apache.maven.eventspy.AbstractEventSpy
- All Implemented Interfaces:
- EventSpy
- Direct Known Subclasses:
- DefaultPluginValidationManager
A skeleton eventspy that does nothing other than helping implementors.
- Since:
- 3.0.2
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpyEventSpy.Context
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Notifies the spy of Maven's termination, allowing it to free any resources allocated by it.voidinit(EventSpy.Context context) Initializes the spy.voidNotifies the spy of some build event/operation.
- 
Constructor Details- 
AbstractEventSpypublic AbstractEventSpy()
 
- 
- 
Method Details- 
initDescription copied from interface:EventSpyInitializes the spy.
- 
onEventDescription copied from interface:EventSpyNotifies the spy of some build event/operation.
- 
closeDescription copied from interface:EventSpyNotifies the spy of Maven's termination, allowing it to free any resources allocated by it.
 
-