|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.client.xmldb.CommonConfigurable
Base class to handle property managment within the API implementation.
| Field Summary | |
protected java.util.Hashtable |
config
|
| Constructor Summary | |
CommonConfigurable()
Constructor for the CommonConfigurable object |
|
CommonConfigurable(CommonConfigurable commonConfigurable)
Constructor for the CommonConfigurable object |
|
| Method Summary | |
java.lang.String |
getProperty(java.lang.String name)
Gets the Property associated with name |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets a property value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Hashtable config
| Constructor Detail |
public CommonConfigurable()
public CommonConfigurable(CommonConfigurable commonConfigurable)
commonConfigurable - from which the initial properties for this
object are copied.| Method Detail |
public void setProperty(java.lang.String name,
java.lang.String value)
throws org.xmldb.api.base.XMLDBException
setProperty in interface org.xmldb.api.base.Configurablename - The Property namevalue - The new Property value
org.xmldb.api.base.XMLDBException
public java.lang.String getProperty(java.lang.String name)
throws org.xmldb.api.base.XMLDBException
getProperty in interface org.xmldb.api.base.Configurablename - The name of the property to retrieve.
org.xmldb.api.base.XMLDBException
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||