| java.lang.Object henplus.PropertyRegistry
PropertyRegistry | public class PropertyRegistry (Code) | | A Registry that binds names to Properties.
|
PropertyRegistry | public PropertyRegistry()(Code) | | |
getPropertyMap | public SortedMap getPropertyMap()(Code) | | returns a Map view of property-Names to values. The returned Map
must not be modified.
|
setProperty | public void setProperty(String name, String value) throws Exception(Code) | | sets the Property to the given value. This throws an Exception, if
the PropertyHolder vetoes this attempt or if there is simply no
Property bound to the given name.
Parameters: name - the name the property is bound to. Parameters: value - the new value of the property to be set. throws: Exception - , if the property does not exist or throws anException to veto the new value. |
unregisterProperty | public void unregisterProperty(String name)(Code) | | |
|
|