public class Config
extends java.lang.Object
Constructor and Description |
---|
Config()
Hidden default constructor.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
get(Key key) |
static boolean |
getBoolean(Key key) |
static float |
getFloat(Key key) |
static Config |
getInstance() |
static int |
getInt(Key key) |
boolean |
onAndroid()
Check if Panako is running on Android.
|
static void |
set(Key key,
java.lang.String value) |
public Config()
public static Config getInstance()
public static java.lang.String get(Key key)
public static int getInt(Key key)
public static float getFloat(Key key)
public static boolean getBoolean(Key key)
public boolean onAndroid()
public static void set(Key key, java.lang.String value)