| Package | Description |
|---|---|
| org.jboss.as.console.client.shared |
| Modifier and Type | Method and Description |
|---|---|
static Preferences.Key |
Preferences.Key.match(String token) |
static Preferences.Key |
Preferences.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Preferences.Key[] |
Preferences.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Preferences.clear(Preferences.Key key) |
static String |
Preferences.get(Preferences.Key key) |
static String |
Preferences.get(Preferences.Key key,
String defaultValue) |
static boolean |
Preferences.has(Preferences.Key key) |
static void |
Preferences.set(Preferences.Key key,
String value) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.