public class ApplicationMainSupport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
commandLineArgArray |
static FVector |
commandLineArguments |
static ThreadLocation<java.lang.String> |
commandName |
static boolean |
processCommandLinePropertyAssignments |
Constructor and Description |
---|
ApplicationMainSupport() |
Modifier and Type | Method and Description |
---|---|
static void |
processArgs(java.lang.String[] args)
This is invoked by main when ModuleBody is compiled with --main.
|
static void |
processSetProperties() |
static boolean |
processSetProperty(java.lang.String arg) |
static void |
setArgs(java.lang.String[] args,
int arg_start) |
static void |
setArgs(java.lang.String[] args,
int arg_start,
int nargs) |
public static boolean processCommandLinePropertyAssignments
public static java.lang.String[] commandLineArgArray
public static FVector commandLineArguments
public static ThreadLocation<java.lang.String> commandName
public static void processSetProperties()
public static void processArgs(java.lang.String[] args)
public static void setArgs(java.lang.String[] args, int arg_start)
public static void setArgs(java.lang.String[] args, int arg_start, int nargs)
public static boolean processSetProperty(java.lang.String arg)