Uses of Class
org.sentrysoftware.jawk.util.AwkSettings
Packages that use AwkSettings
Package
Description
-
Uses of AwkSettings in org.sentrysoftware.jawk
Methods in org.sentrysoftware.jawk with parameters of type AwkSettings -
Uses of AwkSettings in org.sentrysoftware.jawk.backend
Constructors in org.sentrysoftware.jawk.backend with parameters of type AwkSettingsModifierConstructorDescriptionAVM
(AwkSettings parameters, Map<String, JawkExtension> extensions) Construct the interpreter, accepting parameters which may have been set on the command-line arguments to the JVM. -
Uses of AwkSettings in org.sentrysoftware.jawk.ext
Methods in org.sentrysoftware.jawk.ext with parameters of type AwkSettingsModifier and TypeMethodDescriptionvoid
AbstractExtension.init
(VariableManager vm, JRT jrt, AwkSettings settings) Called after the creation and before normal processing of the extension, pass in the Jawk Runtime Manager and the Variable Manager once.void
JawkExtension.init
(VariableManager vm, JRT jrt, AwkSettings settings) Called after the creation and before normal processing of the extension, pass in the Jawk Runtime Manager and the Variable Manager once.void
StdinExtension.init
(VariableManager vm, JRT jrt, AwkSettings settings) Called after the creation and before normal processing of the extension, pass in the Jawk Runtime Manager and the Variable Manager once. -
Uses of AwkSettings in org.sentrysoftware.jawk.util
Methods in org.sentrysoftware.jawk.util that return AwkSettingsModifier and TypeMethodDescriptionstatic AwkSettings
AwkParameters.parseCommandLineArguments
(String[] args) Parses AWK command line parameters, for example from the VM entry pointmain()
.