Difference between revisions of "PrintInputStage"

From CCIL
Jump to: navigation, search
(Context.properties)
(TTL)
Line 21: Line 21:
 
|}
 
|}
  
== TTL ==
+
== Registration ==
  
 
<pre>
 
<pre>

Revision as of 01:47, 16 May 2017

Appends an object to a buffer.

Overview


jar ccil-api
recommended name print
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

Registration

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

Context.properties

PRINT = print
PRINT.input = @xfer

Example

TBA

See Also