public final class XProperties
extends java.util.Properties
| Constructor and Description |
|---|
XProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty(java.lang.String key)
If the property is unset the value of the system property will be taken
as default.
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
If there is a reference to another value the value will replaced
accordingly.
|
getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic java.lang.String getProperty(java.lang.String key)
getProperty in class java.util.Propertieskey - the keypublic java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Map<java.lang.Object,java.lang.Object>put in class java.util.Hashtable<java.lang.Object,java.lang.Object>key - the keyvalue - the valueCopyright © 2018–2020. All rights reserved.