Skip navigation links
A C E F G I L M O P S V 

A

abort(String) - Method in class org.graalvm.launcher.Launcher
Exits the launcher, indicating failure.
abort(String, int) - Method in class org.graalvm.launcher.Launcher
Exits the launcher, with the provided exit code.
abort(Throwable) - Method in class org.graalvm.launcher.Launcher
Exits the launcher, indicating failure because of the provided Throwable.
abort(Throwable, int) - Method in class org.graalvm.launcher.Launcher
Exits the launcher with the provided exit code because of the provided Throwable.
abort(IOException) - Method in class org.graalvm.launcher.Launcher
Exits the launcher, indicating failure because of the provided IOException.
abort(IOException, int) - Method in class org.graalvm.launcher.Launcher
Exits the launcher with the provided exit code because of the provided IOException.
abortInvalidArgument(String, String) - Method in class org.graalvm.launcher.Launcher
Exits the launcher, indicating failure because of an invalid argument.
abortInvalidArgument(String, String, int) - Method in class org.graalvm.launcher.Launcher
Exits the launcher with the provided exit code because of an invalid argument.
abortUnrecognizedArgument(String) - Method in class org.graalvm.launcher.AbstractLanguageLauncher
This is called to abort execution when an argument can neither be recognized by the launcher or as an option for the polyglot engine.
AbstractLanguageLauncher - Class in org.graalvm.launcher
 
AbstractLanguageLauncher() - Constructor for class org.graalvm.launcher.AbstractLanguageLauncher
 

C

collectArguments(Set<String>) - Method in class org.graalvm.launcher.Launcher
Add all known arguments to the options list.
collectArguments(Set<String>) - Method in class org.graalvm.launcher.PolyglotLauncher
 

E

exit() - Method in class org.graalvm.launcher.Launcher
Exits the launcher, indicating success.
exit(int) - Method in class org.graalvm.launcher.Launcher
Exits the launcher with the provided exit code.

F

fillInStackTrace() - Method in exception org.graalvm.launcher.Launcher.AbortException
 

G

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.
getLanguageId() - Method in class org.graalvm.launcher.AbstractLanguageLauncher
Returns the language id of the language launched by this launcher.
getMainClass() - Method in class org.graalvm.launcher.Launcher
Returns the name of the main class for this launcher.

I

isAOT() - Static method in class org.graalvm.launcher.Launcher
Returns true if the current launcher was compiled ahead-of-time to native code.

L

launch(String[]) - Method in class org.graalvm.launcher.AbstractLanguageLauncher
This starts the launcher.
launch(Context.Builder) - Method in class org.graalvm.launcher.AbstractLanguageLauncher
Launch the scripts as required by the arguments received during the previous call to AbstractLanguageLauncher.preprocessArguments(List, Map).
Launcher - Class in org.graalvm.launcher
 
Launcher.AbortException - Exception in org.graalvm.launcher
 
Launcher.VersionAction - Enum in org.graalvm.launcher
 
Launcher.VMType - Enum in org.graalvm.launcher
 

M

main(String[]) - Static method in class org.graalvm.launcher.PolyglotLauncher
 

O

org.graalvm.launcher - package org.graalvm.launcher
 

P

PolyglotLauncher - Class in org.graalvm.launcher
 
PolyglotLauncher() - Constructor for class org.graalvm.launcher.PolyglotLauncher
 
preprocessArguments(List<String>, Map<String, String>) - Method in class org.graalvm.launcher.AbstractLanguageLauncher
Process command line arguments by either saving the necessary state or adding it to the polyglotOptions.
printHelp(OptionCategory) - Method in class org.graalvm.launcher.Launcher
Prints a help message to stdout.
printHelp(OptionCategory) - Method in class org.graalvm.launcher.PolyglotLauncher
 
printPolyglotVersions() - Static method in class org.graalvm.launcher.Launcher
Prints version information about all known languages and instruments on stdout.
printVersion() - Method in class org.graalvm.launcher.AbstractLanguageLauncher
 
printVersion() - Method in class org.graalvm.launcher.Launcher
Prints version information on stdout.
printVersion() - Method in class org.graalvm.launcher.PolyglotLauncher
 

S

setVersionAction(Launcher.VersionAction) - Method in class org.graalvm.launcher.Launcher
Sets the version action that will be executed before launching.

V

validateArguments(Map<String, String>) - Method in class org.graalvm.launcher.AbstractLanguageLauncher
Validates arguments after all arguments have been parsed.
valueOf(String) - Static method in enum org.graalvm.launcher.Launcher.VersionAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.launcher.Launcher.VMType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.graalvm.launcher.Launcher.VersionAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.launcher.Launcher.VMType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G I L M O P S V 
Skip navigation links