|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySet | |
---|---|
biz.hammurapi.properties |
Uses of PropertySet in biz.hammurapi.properties |
---|
Subinterfaces of PropertySet in biz.hammurapi.properties | |
---|---|
interface |
PersistentPropertySet
Property sets backed by the database implement this interface |
Classes in biz.hammurapi.properties that implement PropertySet | |
---|---|
class |
MapPropertySet
Creates property sets backed by java.util.HashMap. |
class |
PersistentPropertySetFilter
|
class |
PropertySetFilter
Delegates all calls to the master property set. |
class |
PropertySubSet
Wrapper around a property set to get access to a sub-set of properties based on prefix. |
Fields in biz.hammurapi.properties declared as PropertySet | |
---|---|
protected PropertySet |
PropertySetFilter.master
|
Methods in biz.hammurapi.properties that return PropertySet | |
---|---|
PropertySet |
PropertySetFactory.createPropertySet(PropertySet[] chain)
Creates new property set. |
PropertySet |
PropertySubSet.getSubset(java.lang.String prefix)
|
PropertySet |
PropertySetFilter.getSubset(java.lang.String prefix)
|
PropertySet |
PropertySet.getSubset(java.lang.String prefix)
|
PropertySet |
MapPropertySet.getSubset(java.lang.String prefix)
|
Methods in biz.hammurapi.properties with parameters of type PropertySet | |
---|---|
boolean |
PropertySubSet.compareProperties(PropertySet otherSet)
|
boolean |
PropertySetFilter.compareProperties(PropertySet otherSet)
|
boolean |
PropertySet.compareProperties(PropertySet otherSet)
|
boolean |
MapPropertySet.compareProperties(PropertySet otherSet)
|
boolean |
PropertySubSet.containsAll(PropertySet subSet)
|
boolean |
PropertySetFilter.containsAll(PropertySet subSet)
|
boolean |
PropertySet.containsAll(PropertySet subSet)
|
boolean |
MapPropertySet.containsAll(PropertySet subSet)
|
PropertySet |
PropertySetFactory.createPropertySet(PropertySet[] chain)
Creates new property set. |
void |
PropertySubSet.mount(java.lang.String prefix,
PropertySet source)
|
void |
PropertySetFilter.mount(java.lang.String prefix,
PropertySet source)
|
void |
PropertySet.mount(java.lang.String prefix,
PropertySet source)
Mounts source property set at specified prefix. |
void |
MapPropertySet.mount(java.lang.String prefix,
PropertySet source)
|
void |
PropertySubSet.setAll(PropertySet source)
|
void |
PropertySetFilter.setAll(PropertySet source)
|
void |
PropertySet.setAll(PropertySet source)
Copies all entries from the source property set to self. |
void |
MapPropertySet.setAll(PropertySet source)
|
Constructors in biz.hammurapi.properties with parameters of type PropertySet | |
---|---|
MapPropertySet(java.util.Map source,
PropertySet[] chain)
|
|
MapPropertySet(PropertySet[] chain)
|
|
PropertySetFilter(PropertySet master)
|
|
PropertySubSet(PropertySet master,
java.lang.String prefix)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |