Uses of Class
io.jawk.Awk.AwkRunBuilder
Packages that use Awk.AwkRunBuilder
-
Uses of Awk.AwkRunBuilder in io.jawk
Methods in io.jawk that return Awk.AwkRunBuilderModifier and TypeMethodDescriptionAdds a single runtime argument visible throughARGC/ARGV.Sets runtime arguments visible throughARGC/ARGV.Sets runtime arguments visible throughARGC/ARGV.Awk.AwkRunBuilder.errorStream(PrintStream stream) Sets the stream used for the stderr output of spawned processes (e.g.system("...")).Awk.AwkRunBuilder.input(InputSource source) Sets a structuredInputSourceto process.Awk.AwkRunBuilder.input(InputStream input) Sets the byte-stream input to process.Sets the text input to process.Appends an additional AWK script to compile and execute.Awk.script(AwkProgram program) Starts building a run request for a compiled AWK program.Starts building a run request from an AWK script string.Sets a single per-call variable override.Sets per-call variable overrides applied on top of the settings-level variables.