|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.core.SpecRunnerPipelineUtils
public final class SpecRunnerPipelineUtils
Abstract default implementation. All methods can be overridden!!!!
| Field Summary | |
|---|---|
static String |
PIPELINE_FILENAME
Pipeline file name in configurations. |
| Method Summary | |
|---|---|
static IPipeline |
getPipeline(SRServices services,
IConfiguration configuration,
String defaultFile)
Get a pipeline from a configuration file. |
static IPipeline |
getPipeline(SRServices service,
String file)
Get pipeline by fixed file name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PIPELINE_FILENAME
| Method Detail |
|---|
public static IPipeline getPipeline(SRServices service,
String file)
throws PipelineException
service - Service mapping instance.file - The file.
PipelineException - On get errors.
public static IPipeline getPipeline(SRServices services,
IConfiguration configuration,
String defaultFile)
throws PipelineException
services - Current services instance.configuration - A configuration.defaultFile - The default file.
PipelineException - On creation error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||