Difference between revisions of "PrintInputStage"
From CCIL
(→Overview) |
(→Registration) |
||
Line 19: | Line 19: | ||
| '''svn''' | | '''svn''' | ||
| svn+ssh://atanas_ilchev@svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/PrintInputStage.java | | svn+ssh://atanas_ilchev@svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/PrintInputStage.java | ||
+ | |} | ||
+ | |||
+ | == Parameters == | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Description | ||
+ | ! Comment | ||
+ | |- | ||
+ | | input | ||
+ | | The name of the variable to read the input from | ||
+ | | | ||
|} | |} | ||
Revision as of 01:52, 16 May 2017
Appends an object to a buffer.
Overview
jar | ccil-api |
name | |
class | net.ccil.stages.generic.PrintInputStage |
location | /ccil-api/src/main/java/net/ccil/stages/generic/PrintInputStage.java |
svn | svn+ssh://atanas_ilchev@svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/PrintInputStage.java |
Parameters
Name | Description | Comment |
---|---|---|
input | The name of the variable to read the input from |
Registration
service:print rdf:type entity:service ; entity:implementation "net.ccil.stages.generic.PrintInputStage" ; entity:classpath "" ; entity:arguments "" .
Context
PRINT = print PRINT.input = @xfer
Example
TBA