Uses of Package
org.apache.commons.pipeline.validation

Packages that use org.apache.commons.pipeline.validation
org.apache.commons.pipeline This package provides a set of pipeline utilities designed around work queues that run in parallel to sequentially process data objects. 
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. 
org.apache.commons.pipeline.validation Utilities for validating stage connectivity within a pipeline. 
 

Classes in org.apache.commons.pipeline.validation used by org.apache.commons.pipeline
PipelineValidator
          This interface is used as the basis for validation strategies that may be used to check the validity of a pipeline under construction.
ValidationException
          This exception is used to indicate that one or more validation errors have occurred during an operation.
 

Classes in org.apache.commons.pipeline.validation used by org.apache.commons.pipeline.stage
ConsumedTypes
          This annotation is used to describe what types of objects are consumed by the annotated Stage
ProducedTypes
          This annotation is used to describe the objects produced by a Stage.
ProducesConsumed
          This marker annotation indicates that the Stage produces the same type of object that is consumed (or any subtype thereof).
 

Classes in org.apache.commons.pipeline.validation used by org.apache.commons.pipeline.testFramework
ConsumedTypes
          This annotation is used to describe what types of objects are consumed by the annotated Stage
ProducesConsumed
          This marker annotation indicates that the Stage produces the same type of object that is consumed (or any subtype thereof).
 

Classes in org.apache.commons.pipeline.validation used by org.apache.commons.pipeline.validation
PipelineValidator
          This interface is used as the basis for validation strategies that may be used to check the validity of a pipeline under construction.
ValidationFailure
          This class is used to store a collection of information about a particular validation failure.
ValidationFailure.Type
          Enumeration of possible causes of validation failure
 



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