i2p.susi.util
public class Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
static String |
getProperty(String name) |
static int |
getProperty(String name,
int defaultValue) |
static String |
getProperty(String name,
String defaultValue) |
static void |
reloadConfiguration() |
static void |
setPrefix(String prefix) |
public static void reloadConfiguration()
public static String getProperty(String name, String defaultValue)
name
- defaultValue
- public static int getProperty(String name, int defaultValue)
name
- defaultValue
- public static void setPrefix(String prefix)
prefix
-