|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
clear()
Removes all entries from the property set |
boolean |
compareProperties(PropertySet otherSet)
|
boolean |
containsAll(PropertySet subSet)
|
java.util.Set |
getPropertyNames()
|
PropertySet |
getSubset(java.lang.String prefix)
|
void |
load(PropertySet source)
Loads all entries from the source to this property set |
void |
mount(java.lang.String prefix,
PropertySet source)
Mounts source property set at specified prefix. |
void |
remove(java.lang.String name)
Removes property from the set. |
void |
setAll(PropertySet source)
Copies all entries from the source property set to self. |
| Methods inherited from interface biz.hammurapi.config.MutableContext |
set |
| Methods inherited from interface biz.hammurapi.config.Context |
get |
| Methods inherited from interface biz.hammurapi.xml.dom.DomSerializable |
toDom |
| Method Detail |
public java.util.Set getPropertyNames()
public PropertySet getSubset(java.lang.String prefix)
prefix -
public void remove(java.lang.String name)
remove in interface biz.hammurapi.config.MutableContextname - public void clear()
public void load(PropertySet source)
source -
public void mount(java.lang.String prefix,
PropertySet source)
prefix - source - public void setAll(PropertySet source)
source - public boolean containsAll(PropertySet subSet)
subSet -
public boolean compareProperties(PropertySet otherSet)
otherSet -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||