ReadFileStage

From CCIL
Revision as of 06:03, 14 May 2017 by Atanas.ilchev (Talk | contribs)

Jump to: navigation, search

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		"" .