@Component(role=org.apache.maven.eventspy.EventSpy.class)
public class MavenEventSpy
extends org.apache.maven.eventspy.AbstractEventSpy
| Constructor and Description |
|---|
MavenEventSpy() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Object event)
Listener on events.
|
void |
setAutoverSession(AutoverSession theAutoverSession)
Setter.
|
void |
setLogger(org.codehaus.plexus.logging.Logger value)
Setter.
|
public void onEvent(Object event) throws Exception
onEvent in interface org.apache.maven.eventspy.EventSpyonEvent in class org.apache.maven.eventspy.AbstractEventSpyevent - the event (should be of type ExecutionEventException - for problemspublic void setAutoverSession(AutoverSession theAutoverSession)
theAutoverSession - the autover sessionpublic void setLogger(org.codehaus.plexus.logging.Logger value)
value - the loggerCopyright © 2020. All rights reserved.