|
Xindice API version 1.2m1 |
|||||||||
| 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 management within the API implementation.
| Constructor Summary | |
CommonConfigurable()
Constructor for the CommonConfigurable object |
|
CommonConfigurable(CommonConfigurable commonConfigurable)
Constructor for the CommonConfigurable object |
|
| Method Summary | |
String |
getProperty(String name)
Gets the property value associated with name |
void |
setProperty(String name,
String value)
Sets a property value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommonConfigurable()
public CommonConfigurable(CommonConfigurable commonConfigurable)
commonConfigurable - from which the initial properties for this
object are copied.| Method Detail |
public void setProperty(String name,
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 - never
public String getProperty(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 - never
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||