Difference between revisions of "PrintInputStage"
From CCIL
(→TTL) |
(→Context.properties) |
||
Line 30: | Line 30: | ||
</pre> | </pre> | ||
− | == Context | + | == Context == |
<pre> | <pre> |
Revision as of 01:48, 16 May 2017
Appends an object to a buffer.
Contents
Overview
jar | ccil-api |
recommended 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 |
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