Uses of Class
org.apache.commons.pipeline.stage.BaseStage

Packages that use BaseStage
org.apache.commons.pipeline.stage A few simple Stage implementations for common use cases. 
 

Uses of BaseStage in org.apache.commons.pipeline.stage
 

Subclasses of BaseStage in org.apache.commons.pipeline.stage
 class AddToCollectionStage<T>
          This is a simple stage in the pipeline which will add each processed object to the specified collection.
 class DynamicLookupStaticMethodStage
           Provide this Stage with a class and a static method name and it will dynamically look up the appropriate method to call based on the object type.
 class FileFinderStage
          This Stage is used to recursively find (non-directory) files that match the specified regex.
 class FtpFileDownloadStage
          This Stage provides the functionality needed to retrieve data from an FTP URL.
 class HttpFileDownloadStage
          This Stage provides the functionality needed to retrieve data from an HTTP URL.
 class InputStreamLineBreakStage
          Breaks up an InputStream by line and exqueues each resulting line.
 class InvokeMethodStage
          Calls a method on the processed object giving it the arguments specified at the time of object construction.
 class InvokeStaticMethodStage
          Runs a static method with the object (or array) being processed.
 class KeyWaitBufferStage
           
 class LogStage
          A do-nothing implementation of Stage that simply logs the state of processing.
 class PipelineShutdownStage
           
 class RaiseEventStage
           
 class RaiseKeyAvailableEventStage
           
 class URLToInputStreamStage
          Converts a URL into an InputStream.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.