- getCurrent() - Static method in enum org.graalvm.launcher.Launcher.OS
-
- getDefaultLanguages() - Method in class org.graalvm.launcher.AbstractLanguageLauncher
-
The return value specifies what languages should be available by default when not using
--polyglot.
- getDefaultVMType() - Method in class org.graalvm.launcher.Launcher
-
The return value specifies the default VM when none of --jvm, --native options is used.
- getError() - Method in class org.graalvm.launcher.Launcher
-
- getExitCode() - Method in exception org.graalvm.launcher.Launcher.AbortException
-
- getGraalVMBinaryPath(String) - Method in class org.graalvm.launcher.Launcher
-
Returns filename of the binary, depending on OS.
- getGraalVMHome() - Method in class org.graalvm.launcher.Launcher
-
- getLanguageId() - Method in class org.graalvm.launcher.AbstractLanguageLauncher
-
Returns the language id of the language launched by this
launcher.
- getLogFile() - Method in class org.graalvm.launcher.Launcher
-
Provides the name of the log file, if specified on the command line.
- getMainClass() - Method in class org.graalvm.launcher.Launcher
-
Returns the name of the main class for this launcher.
- getMessage() - Method in exception org.graalvm.launcher.AbstractLanguageLauncher.RelaunchException
-
- getNativeArgc() - Method in class org.graalvm.launcher.AbstractLanguageLauncher
-
The native argument count as passed to the main method of the native launcher.
- getNativeArgv() - Method in class org.graalvm.launcher.AbstractLanguageLauncher
-
The native argument values as passed to the main method of the native launcher.
- getOutput() - Method in class org.graalvm.launcher.Launcher
-
- getProgramName() - Static method in class org.graalvm.launcher.Launcher
-
Returns what is an equivalent of argv[0]}, i.e., the command that executed the
launcher.