Difference between revisions of "PrintInputStage"
From CCIL
(→Context.properties) |
(→Parameters) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Prints text. | |
== Overview == | == Overview == | ||
Line 8: | Line 8: | ||
| ccil-api | | ccil-api | ||
|- | |- | ||
− | | ''' | + | | '''name''' |
| print | | print | ||
|- | |- | ||
| '''class''' | | '''class''' | ||
− | | | + | | net.ccil.stages.generic.PrintInputStage |
|- | |- | ||
| '''location''' | | '''location''' | ||
− | | | + | | /ccil-api/src/main/java/net/ccil/stages/generic/PrintInputStage.java |
|- | |- | ||
| '''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 |
+ | |} | ||
+ | |||
+ | == Parameters == | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Description | ||
+ | ! Comment | ||
+ | |- | ||
+ | | input | ||
+ | | java.lang.Object | ||
+ | | The name of the variable to read the input from. | ||
+ | | | ||
|} | |} | ||
Latest revision as of 02:08, 16 May 2017
Prints text.
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 | Type | Description | Comment |
---|---|---|---|
input | java.lang.Object | 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