Uses of Class
org.apache.commons.pipeline.PipelineCreationException

Packages that use PipelineCreationException
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.config This package provides utilities for creating executing a pipeline using Digester. 
 

Uses of PipelineCreationException in org.apache.commons.pipeline
 

Methods in org.apache.commons.pipeline that throw PipelineCreationException
 Pipeline PipelineFactory.createPipeline()
          Returns a Pipeline created by the factory.
 

Uses of PipelineCreationException in org.apache.commons.pipeline.config
 

Methods in org.apache.commons.pipeline.config that throw PipelineCreationException
 Pipeline DigesterPipelineFactory.createPipeline()
          Creates a new pipeline based upon the configuration of this factory instance.
 



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