public final class RuntimeOptions extends Object
| 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.
|