| Modifier and Type | Method and Description |
|---|---|
boolean |
Config.getMandatoryBoolean(String key)
Returns the boolean value for given property
|
float |
Config.getMandatoryFloat(String key)
Returns the float value for given property
|
int |
Config.getMandatoryInt(String key)
Returns the int value for given property
|
long |
Config.getMandatoryLong(String key)
Returns the long value for given property
|
String |
Config.getMandatoryString(String key)
Returns the string value for given property
|
Copyright © 2017 Irenical. All rights reserved.