GraalVM SDK Java API Reference
23.0.7-dev
b42f2f0bd0b5d75334fafe58b9cd775f4243b113
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T> T |
get(String optionName)
Get the value of the option with the provided name.
|
static void |
set(String optionName,
Object value)
Set the value of the option with the provided name to the new value.
|
-
-
Method Detail
-
set
public static void set(String optionName,
Object value)
Set the value of the option with the provided name to the new value.
- Since:
- 19.0
GraalVM SDK Java API Reference
23.0.7-dev
b42f2f0bd0b5d75334fafe58b9cd775f4243b113
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012, 2024, Oracle and/or its affiliates. All rights reserved.