org.hudsonci.maven.eventspy_30
Class TerminateJvmEventSpy

java.lang.Object
  extended by org.apache.maven.eventspy.AbstractEventSpy
      extended by org.hudsonci.maven.eventspy_30.EventSpySupport
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy
org.apache.maven.eventspy.EventSpy.Context
 
Field Summary
 
Fields inherited from class org.hudsonci.maven.eventspy_30.EventSpySupport
log
 
Constructor Summary
TerminateJvmEventSpy()
           
 
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
 

Constructor Detail

TerminateJvmEventSpy

public TerminateJvmEventSpy()
Method Detail

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.