public class WindowsCommandLineProcessor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<?> |
ourMainRunnerClass |
| Constructor and Description |
|---|
WindowsCommandLineProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static int |
processWindowsLauncherCommandLine(java.lang.String currentDirectory,
java.lang.String[] args)
NOTE: This method is called through JNI by the Windows launcher.
|