org.hudsonci.maven.eventspy_30.handler
Class WeavePlanEventHandler

java.lang.Object
  extended by org.hudsonci.utils.event.EventHandlerSupport<EventSpyHandler.HandlerContext,T>
      extended by org.hudsonci.maven.eventspy_30.EventSpyHandler<LifecycleDebugLoggerImpl.WeavePlanEvent>
          extended by org.hudsonci.maven.eventspy_30.handler.WeavePlanEventHandler
All Implemented Interfaces:
EventHandler<EventSpyHandler.HandlerContext,LifecycleDebugLoggerImpl.WeavePlanEvent>

@Named
public class WeavePlanEventHandler
extends EventSpyHandler<LifecycleDebugLoggerImpl.WeavePlanEvent>

Handles LifecycleDebugLoggerImpl.WeavePlanEvent events.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hudsonci.maven.eventspy_30.EventSpyHandler
EventSpyHandler.HandlerContext
 
Field Summary
 
Fields inherited from class org.hudsonci.utils.event.EventHandlerSupport
log
 
Constructor Summary
WeavePlanEventHandler()
           
 
Method Summary
 void handle(LifecycleDebugLoggerImpl.WeavePlanEvent event)
           
 
Methods inherited from class org.hudsonci.maven.eventspy_30.EventSpyHandler
getBuildRecorder, getCallback
 
Methods inherited from class org.hudsonci.utils.event.EventHandlerSupport
accept, getContext, getEventType, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeavePlanEventHandler

public WeavePlanEventHandler()
Method Detail

handle

public void handle(LifecycleDebugLoggerImpl.WeavePlanEvent event)
            throws Exception
Throws:
Exception


Copyright © 2004-2011 Hudson. All Rights Reserved.