public class PropertyBag extends Properties implements org.carewebframework.api.property.IPropertyProvider
defaults| Constructor and Description |
|---|
PropertyBag(String... properties)
Constructor that can take a variable length list of name=value entries.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasProperty(String key)
Returns true if the property exists.
|
getProperty, 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, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic PropertyBag(String... properties)
properties - A list of name=value pairs.public boolean hasProperty(String key)
hasProperty in interface org.carewebframework.api.property.IPropertyProviderkey - The property name.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.