java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>public class ExpressionProperties
extends java.util.Properties
| Constructor | Description |
|---|---|
ExpressionProperties(java.util.Properties... defaults) |
Creates an empty property list with the specified defaults.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getProperty(java.lang.String key) |
Returns property value with all
${propKey} like references replaced with the value of
the relevant property with recursive resolution. |
java.lang.String |
getProperty(java.lang.String key,
java.lang.String defaultValue) |
|
java.lang.String |
getRawPropertyValue(java.lang.String key) |
Returns raw value of a property without any replacements.
|
finalize, getClass, notify, notifyAll, wait, wait, waitclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, valuespublic ExpressionProperties(java.util.Properties... defaults)
defaults - java.util.Propertiespublic java.lang.String getProperty(java.lang.String key)
Returns property value with all ${propKey} like references replaced with the value of
the relevant property with recursive resolution.
The method returns null if the property is not found.
getProperty in class java.util.Propertieskey - the property key.public java.lang.String getProperty(java.lang.String key,
java.lang.String defaultValue)
getProperty in class java.util.Propertiespublic java.lang.String getRawPropertyValue(java.lang.String key)
key - property nameCopyright © 2018 PostgreSQL Global Development Group. All rights reserved.