ReadFileStage

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Arguments

  1. file - The path to the file.
  2. output - The textual content of the file.

Usage

READ_FILE = readfile
READ_FILE.file = languages/en/JWH_Memoirs.pdf
READ_FILE.output = @xfer 

Registration

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