org.specrunner.pipeline.core
Class PipelineFactoryCustom
java.lang.Object
org.specrunner.pipeline.core.PipelineFactoryImpl
org.specrunner.pipeline.core.PipelineFactoryCustom
- All Implemented Interfaces:
- IPipelineFactory
public class PipelineFactoryCustom
- extends PipelineFactoryImpl
Default implementation of a pipeline factory reading from file.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipelineFactoryCustom
public PipelineFactoryCustom()
newPipeline
public IPipeline newPipeline(Object source)
throws PipelineException
- Description copied from interface:
IPipelineFactory
- A new pipeline from source object.
- Specified by:
newPipeline in interface IPipelineFactory- Overrides:
newPipeline in class PipelineFactoryImpl
- Parameters:
source - The pipeline source.
- Returns:
- A pipeline.
- Throws:
PipelineException - A pipeline.
Copyright © 2014. All rights reserved.