@CompileStatic class ConfigProperties extends Properties
Cached access to Config.toProperties to avoid repeated calls
Constructor and description |
---|
ConfigProperties(Config config) |
Type Params | Return Type | Name and description |
---|---|---|
|
Object |
get(Object key) |
|
String |
getProperty(String key) |
|
String |
getProperty(String key, String defaultValue) |
|
Set<Object> |
keySet() |
|
Enumeration<Object> |
keys() |
|
Enumeration<?> |
propertyNames() |
|
Set<String> |
stringPropertyNames() |
|
String |
toString() |
Methods inherited from class | Name |
---|---|
class Properties |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getClass, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keySet, keys, list, list, load, load, loadFromXML, merge, notify, notifyAll, propertyNames, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values, wait, wait, wait |