public class PipelineFactoryImpl extends Object implements IPipelineFactory
| Constructor and Description |
|---|
PipelineFactoryImpl() |
| 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.
|
public IPipeline newPipeline(SRServices services, Object source) throws PipelineException
IPipelineFactorynewPipeline in interface IPipelineFactoryservices - Mapping of resources.source - The pipeline source.PipelineException - A pipeline.public IPipeline newPipeline(SRServices services, IPipe... pipes)
IPipelineFactorynewPipeline in interface IPipelineFactoryservices - Mapping of resources.pipes - A, possibly, empty list of pipes.Copyright © 2016. All rights reserved.