Difference between revisions of "PrintInputStage"

From CCIL
Jump to: navigation, search
(Created page with "Appends an object to a buffer. == Overview == <br/> {| |- | '''jar''' | ccil-api |- | '''recommended name''' | print |- | '''class''' | <pre>net.ccil.stages.generic.Pri...")
 
(Context.properties)
Line 33: Line 33:
  
 
<pre>
 
<pre>
TBA
+
PRINT = print
 +
PRINT.input = @xfer
 
</pre>
 
</pre>
  

Revision as of 20:20, 15 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

TTL

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