Difference between revisions of "EchoStage"

From CCIL
Jump to: navigation, search
(Parameters)
 
Line 18: Line 18:
 
|-
 
|-
 
| '''svn'''
 
| '''svn'''
| svn+ssh://atanas_ilchev@svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/EchoStage.java
+
| svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/EchoStage.java
 
|}
 
|}
  
Line 29: Line 29:
 
|-
 
|-
 
| value
 
| value
| java.lang.Object
+
| ''java.lang.Object''
 
| The name of the variable to read the input from.
 
| The name of the variable to read the input from.
 
| Expressions of the type ${VARIABLE_NAME} or {MACRO} can be used.
 
| Expressions of the type ${VARIABLE_NAME} or {MACRO} can be used.

Latest revision as of 13:17, 1 June 2017

Prints text.

Overview


jar ccil-api
name echo
class net.ccil.stages.generic.EchoStage
location /ccil-api/src/main/java/net/ccil/stages/generic/EchoStage.java
svn svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/EchoStage.java

Parameters

Name Type Description Comment
value java.lang.Object The name of the variable to read the input from. Expressions of the type ${VARIABLE_NAME} or {MACRO} can be used.

Registration

service:print	rdf:type	entity:service ;				
					entity:implementation	"net.ccil.stages.generic.EchoStage" ;
					entity:classpath	"" ;
					entity:arguments	"" .

Context

ECHO = echo
ECHO.value = ${@xfer}

Example

TBA

See Also