org.hudsonci.maven.eventspy_30.handler
Class DependencyResolutionRequestHandler

java.lang.Object
  extended by org.hudsonci.utils.event.EventHandlerSupport<EventSpyHandler.HandlerContext,T>
      extended by org.hudsonci.maven.eventspy_30.EventSpyHandler<org.apache.maven.project.DependencyResolutionRequest>
          extended by org.hudsonci.maven.eventspy_30.handler.DependencyResolutionRequestHandler
All Implemented Interfaces:
EventHandler<EventSpyHandler.HandlerContext,org.apache.maven.project.DependencyResolutionRequest>

@Named
public class DependencyResolutionRequestHandler
extends EventSpyHandler<org.apache.maven.project.DependencyResolutionRequest>

Handles DependencyResolutionRequest.

Since:
2.1.0
Author:
Jamie Whitehouse

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
DependencyResolutionRequestHandler()
           
 
Method Summary
 void handle(org.apache.maven.project.DependencyResolutionRequest 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

DependencyResolutionRequestHandler

public DependencyResolutionRequestHandler()
Method Detail

handle

public void handle(org.apache.maven.project.DependencyResolutionRequest event)
            throws Exception
Throws:
Exception


Copyright © 2004-2011 Hudson. All Rights Reserved.