| Package | Description |
|---|---|
| org.jboss.hal.config |
| Modifier and Type | Method and Description |
|---|---|
static Settings.Key |
Settings.Key.from(String key) |
static Settings.Key |
Settings.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Settings.Key[] |
Settings.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Settings.Value |
Settings.get(Settings.Key key) |
<T> void |
Settings.load(Settings.Key key,
T defaultValue) |
<T> void |
Settings.set(Settings.Key key,
T value) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.