Difference between revisions of "ReadFileStage"

From CCIL
Jump to: navigation, search
(Created page with " == Registration == <pre> service:readfile rdf:type entity:service ; entity:implementation "net.ccil.stages.io.ReadFileStage" ; entity:classpath "" ; ent...")
 
Line 1: Line 1:
 +
== Arguments ==
 +
{|
 +
|+ Name
 +
|+ Description
 +
|-
 +
| file
 +
| The path to the file.
 +
|-
 +
| output
 +
| The textual content of the file.
 +
|}
  
 
== Registration ==
 
== Registration ==

Revision as of 06:03, 14 May 2017

Arguments

Name Description
file The path to the file.
output The textual content of the file.

Registration

service:readfile	rdf:type		entity:service ;				
					entity:implementation	"net.ccil.stages.io.ReadFileStage" ;
					entity:classpath		"" ;
					entity:arguments		"" .