public class PropertyBag extends Properties implements 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, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitgetPropertypublic PropertyBag(String... properties)
properties - A list of name=value pairs.public boolean hasProperty(String key)
hasProperty in interface IPropertyProviderkey - The property name.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.