Methods
| Modifier and Type |
Method and Description |
static String |
getProperty(String property) |
static Address |
getProperty(String property,
Address defaultValue) |
static boolean |
getProperty(String property,
boolean defaultValue) |
static int |
getProperty(String property,
int defaultValue) |
static String |
getProperty(String property,
String defaultValue) |
static Address |
getProperty(String prefix,
String property,
Address defaultValue) |
static int |
getProperty(String prefix,
String property,
int defaultValue) |
static String |
getProperty(String prefix,
String property,
String defaultValue) |
static String |
getPropertyOrException(String property,
String exceptionMessage) |
static void |
setPropertyHolder(PropertiesManager.PropertyHolder propertyHolder) |