Difference between revisions of "RunPipelineStage"
From CCIL
(Created page with "Runs a pipeline within the same ''Runtime environment''. == Overview == <br/> {| |- | '''jar''' | ccil-api |- | '''recommended name''' run |- | '''class''' | net.ccil.s...") |
(→Parameters) |
||
Line 30: | Line 30: | ||
| name | | name | ||
| ''java.lang.String'' | | ''java.lang.String'' | ||
− | | The pipeline. | + | | The name of the pipeline. |
− | | | + | | You can put multiple pipelines to be executed as a comma-separated list. |
|- | |- | ||
|} | |} |
Revision as of 14:04, 1 June 2017
Runs a pipeline within the same Runtime environment.
Overview
jar | ccil-api |
recommended name
run | |
class | net.ccil.stages.generic.RunPipelineStage |
location | /ccil-api/src/main/java/net/ccil/stages/generic/RunPipelineStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/RunPipelineStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
name | java.lang.String | The name of the pipeline. | You can put multiple pipelines to be executed as a comma-separated list. |
Registration
service:run rdf:type entity:service ; entity:implementation "net.ccil.stages.generic.RunPipelineStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA