| Constructor and Description |
|---|
PropsToolImpl() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArray(String key) |
boolean |
getBoolean(String key,
boolean defaultValue) |
int |
getInteger(String key,
int defaultValue) |
long |
getLong(String key,
long defaultValue) |
String |
getString(String key,
String defaultValue) |
String |
getSystemProperty(String key) |
public int getInteger(String key, int defaultValue)
getInteger in interface PropsToolpublic long getLong(String key, long defaultValue)
public boolean getBoolean(String key, boolean defaultValue)
getBoolean in interface PropsToolpublic String getSystemProperty(String key)
getSystemProperty in interface PropsToolCopyright © 2013–2019 mklinger GmbH. All rights reserved.