org.specrunner.pipeline.core
Class PipelineFactoryCustom

java.lang.Object
  extended by org.specrunner.pipeline.core.PipelineFactoryImpl
      extended by 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

Constructor Summary
PipelineFactoryCustom()
           
 
Method Summary
 IPipeline newPipeline(Object source)
          A new pipeline from source object.
 
Methods inherited from class org.specrunner.pipeline.core.PipelineFactoryImpl
newPipeline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineFactoryCustom

public PipelineFactoryCustom()
Method Detail

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.