Package org.graalvm.nativeimage
Class RuntimeOptions
java.lang.Object
org.graalvm.nativeimage.RuntimeOptions
Used for manipulating options at run time.
- Since:
- 19.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
Get the value of the option with the provided name.static RuntimeOptions.Descriptor
getDescriptor
(String optionName) Looks up a single descriptor given an option name.static List
<RuntimeOptions.Descriptor> Lists all runtime option descriptors available.static void
Set the value of the option with the provided name to the new value.
-
Method Details
-
set
Set the value of the option with the provided name to the new value.- Since:
- 19.0
-
get
Get the value of the option with the provided name.- Since:
- 19.0
-
listDescriptors
Lists all runtime option descriptors available.- Since:
- 23.1
-
getDescriptor
Looks up a single descriptor given an option name. Returnsnull
if no descriptor could be found.- Since:
- 23.1
-