|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.pipeline.core.PipelineFactoryImpl
public class PipelineFactoryImpl
Default implementation of a pipeline factory.
| Constructor Summary | |
|---|---|
PipelineFactoryImpl()
|
|
| Method Summary | |
|---|---|
IPipeline |
newPipeline(IPipe... pipes)
A new pipeline. |
IPipeline |
newPipeline(Object source)
A new pipeline from source object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PipelineFactoryImpl()
| Method Detail |
|---|
public IPipeline newPipeline(Object source)
throws PipelineException
IPipelineFactory
newPipeline in interface IPipelineFactorysource - The pipeline source.
PipelineException - A pipeline.public IPipeline newPipeline(IPipe... pipes)
IPipelineFactory
newPipeline in interface IPipelineFactorypipes - A, possibly, empty list of pipes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||