public class PropertyStore
extends java.lang.Object
Constructor and Description |
---|
PropertyStore()
Creates a new configuration map.
|
public boolean contains(java.lang.String propertyName)
propertyName
- name of the propertypublic <T> T set(java.lang.String propertyName, T propertyValue)
propertyName
- name of the property to setpropertyValue
- value of the property to setpublic <T> T get(java.lang.String propertyName)
propertyName
- name of the propertyCopyright © 2014 Red Hat. All Rights Reserved.