org.hudsonci.maven.eventspy_30
Class TerminateJvmEventSpy
java.lang.Object
org.apache.maven.eventspy.AbstractEventSpy
org.hudsonci.maven.eventspy_30.EventSpySupport
org.hudsonci.maven.eventspy_30.TerminateJvmEventSpy
- All Implemented Interfaces:
- org.apache.maven.eventspy.EventSpy
@Named
public class TerminateJvmEventSpy
- extends EventSpySupport
Spy which simply terminates the JVM.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy |
org.apache.maven.eventspy.EventSpy.Context |
|
Method Summary |
void |
init(org.apache.maven.eventspy.EventSpy.Context context)
|
| Methods inherited from class org.hudsonci.maven.eventspy_30.EventSpySupport |
close, ensureOpened, getContainer, getContext, getProperty, getProperty, getSystemProperties, getUserProperties, getVersionProperties, getWorkingDirectory, isOpen |
| Methods inherited from class org.apache.maven.eventspy.AbstractEventSpy |
onEvent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerminateJvmEventSpy
public TerminateJvmEventSpy()
init
public void init(org.apache.maven.eventspy.EventSpy.Context context)
throws Exception
- Specified by:
init in interface org.apache.maven.eventspy.EventSpy- Overrides:
init in class EventSpySupport
- Throws:
Exception
Copyright © 2004-2011 Hudson. All Rights Reserved.