org.codehaus.plexus.summit.pipeline.valve
Class ActionValve

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.plexus.summit.AbstractSummitComponent
          extended by org.codehaus.plexus.summit.pipeline.valve.AbstractValve
              extended by org.codehaus.plexus.summit.pipeline.valve.ActionValve
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable, Valve, SummitComponent

public class ActionValve
extends AbstractValve

Version:
$Id: ActionValve.java 2494 2005-09-12 19:43:29Z evenisse $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.summit.pipeline.valve.Valve
ROLE
 
Constructor Summary
ActionValve()
           
 
Method Summary
protected  java.util.Map createContext(RunData data)
           
 void invoke(RunData data)
           
 
Methods inherited from class org.codehaus.plexus.summit.AbstractSummitComponent
contextualize, getContainer, lookup, lookup
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionValve

public ActionValve()
Method Detail

invoke

public void invoke(RunData data)
            throws java.io.IOException,
                   ValveInvocationException
Throws:
java.io.IOException
ValveInvocationException

createContext

protected java.util.Map createContext(RunData data)
                               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2006 Codehaus. All Rights Reserved.