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