Package | Description |
---|---|
be.panako.util |
Utility classes for Panako
|
Modifier and Type | Method and Description |
---|---|
static Key |
Key.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key[] |
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 java.lang.String |
Config.get(Key key) |
static boolean |
Config.getBoolean(Key key) |
static float |
Config.getFloat(Key key) |
static int |
Config.getInt(Key key) |
static void |
Config.set(Key key,
java.lang.String value)
Sets a configuration value to use during the runtime of the application.
|