|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.util.BasicPropertyContainer
public class BasicPropertyContainer
An object that can be annotated with arbitrary objects whose keys are strings.
Constructor Summary | |
---|---|
BasicPropertyContainer()
A property container with no defaults. |
|
BasicPropertyContainer(PropertyContainer defaults)
A property container with no defaults. |
Method Summary | |
---|---|
Object |
getProperty(String key)
Return the property corresponding to the given key, or null if no such property exists. |
Iterator |
properties()
|
Iterator |
propertyNames()
Return an iteration of the names of the properties |
void |
removeAllProperties()
|
void |
setProperty(String key,
Object value)
Set the property corresponding to the given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicPropertyContainer()
public BasicPropertyContainer(PropertyContainer defaults)
Method Detail |
---|
public Object getProperty(String key)
getProperty
in interface PropertyContainer
public void setProperty(String key, Object value)
setProperty
in interface PropertyContainer
public void removeAllProperties()
public Iterator properties()
public Iterator propertyNames()
propertyNames
in interface PropertyContainer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |