Uses of Class
org.metricshub.jawk.ExitException
Packages that use ExitException
-
Uses of ExitException in org.metricshub.jawk
Methods in org.metricshub.jawk that throw ExitExceptionModifier and TypeMethodDescriptionvoidAwk.invoke(String script, AwkSettings settings) invoke.voidAwk.invoke(List<ScriptSource> scripts, AwkSettings settings) Compiles and invokes the specified list ofScriptSources using the providedAwkSettings.voidAwk.invoke(AwkTuples tuples, AwkSettings settings) Interprets the specified precompiledAwkTuplesusing the providedAwkSettings.voidAwk.invoke(ScriptSource script, AwkSettings settings) Compiles and invokes a singleScriptSourceusing the providedAwkSettings.Executes the specified AWK script against the given input file and returns the printed output as aString.voidAwk.run(Reader script, File input, OutputStream output) Executes the specified AWK script against the given input file and writes the printed output to the providedOutputStream.Awk.run(Reader script, InputStream input) Executes the specified AWK script against the provided input stream and returns the printed output as aString.voidAwk.run(Reader script, InputStream input, OutputStream output) Executes the specified AWK script against the provided input stream and writes the result to the givenOutputStream.Executes the specified AWK script against the given input and returns the printed output as aString.voidAwk.run(Reader script, Reader input, OutputStream output) Executes the specified AWK script against the given input and writes the result to the providedOutputStream.Executes the specified AWK script against the given input and returns the printed output as aString.voidAwk.run(Reader script, String input, OutputStream output) Executes the specified AWK script against the given input and writes the result to the providedOutputStream.Executes the specified AWK script against the given input file and returns the printed output as aString.voidAwk.run(String script, File input, OutputStream output) Executes the specified AWK script against the given input file and writes the printed output to the providedOutputStream.Awk.run(String script, InputStream input) Executes the specified AWK script against the provided input stream and returns the printed output as aString.voidAwk.run(String script, InputStream input, OutputStream output) Executes the specified AWK script against the provided input stream and writes the result to the givenOutputStream.Executes the specified AWK script against the given input and returns the printed output as aString.voidAwk.run(String script, Reader input, OutputStream output) Executes the specified AWK script against the given input and writes the result to the providedOutputStream.Executes the specified AWK script against the given input and returns the printed output as aString.voidAwk.run(String script, String input, OutputStream output) Executes the specified AWK script against the given input and writes the result to the providedOutputStream. -
Uses of ExitException in org.metricshub.jawk.backend
Methods in org.metricshub.jawk.backend that throw ExitException