public interface IPipelineFactory
| Modifier and Type | Method and Description |
|---|---|
IPipeline |
newPipeline(SRServices services,
IPipe... pipes)
A new pipeline.
|
IPipeline |
newPipeline(SRServices services,
Object source)
A new pipeline from source object.
|
IPipeline newPipeline(SRServices services, Object source) throws PipelineException
services - Mapping of resources.source - The pipeline source.PipelineException - A pipeline.IPipeline newPipeline(SRServices services, IPipe... pipes) throws PipelineException
services - Mapping of resources.pipes - A, possibly, empty list of pipes.PipelineException - On creation errors.Copyright © 2016. All rights reserved.