Uses of Class
org.apache.commons.pipeline.validation.ConsumedTypes

Packages that use ConsumedTypes
org.apache.commons.pipeline.stage A few simple Stage implementations for common use cases. 
org.apache.commons.pipeline.testFramework Framework classes used to simplify unit test development for pipeline stages. 
 

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

Classes in org.apache.commons.pipeline.stage with annotations of type ConsumedTypes
 class AddToCollectionStage<T>
          This is a simple stage in the pipeline which will add each processed object to the specified collection.
 class BaseStage
          This is a simple base class for Stages with no-op implementations of the BaseStage.preprocess(), #process(), BaseStage.postprocess(), and BaseStage.release() methods.
 class FileFinderStage
          This Stage is used to recursively find (non-directory) files that match the specified regex.
 class HttpFileDownloadStage
          This Stage provides the functionality needed to retrieve data from an HTTP URL.
 

Uses of ConsumedTypes in org.apache.commons.pipeline.testFramework
 

Classes in org.apache.commons.pipeline.testFramework with annotations of type ConsumedTypes
 class FaultingTestStage
          This stage will generate StageExceptions for every other object this stage processes.
 class TestStage
           
 



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