org.codehaus.plexus.summit.pull
Class PullToolValve

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.pull.PullToolValve
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable, Valve, SummitComponent

public class PullToolValve
extends AbstractValve

PullToolValve uses the PullService to populate the ViewContext. After populating the context it invokes the next Valve. After the valve returns the releases the tools from the context.

Since:
Feb 7, 2003
Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.plexus.summit.pipeline.valve.Valve
ROLE
 
Constructor Summary
PullToolValve()
           
 
Method Summary
 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

PullToolValve

public PullToolValve()
Method Detail

invoke

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


Copyright © 2001-2006 Codehaus. All Rights Reserved.