|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xindice.client.xmldb.CommonConfigurable
public abstract class CommonConfigurable
Base class to handle property managment within the API implementation.
Field Summary | |
---|---|
protected Hashtable |
config
|
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 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 |
Field Detail |
---|
protected 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(String name, String value) throws org.xmldb.api.base.XMLDBException
setProperty
in interface org.xmldb.api.base.Configurable
name
- The Property namevalue
- The new Property value
org.xmldb.api.base.XMLDBException
public String getProperty(String name) throws org.xmldb.api.base.XMLDBException
getProperty
in interface org.xmldb.api.base.Configurable
name
- The name of the property to retrieve.
org.xmldb.api.base.XMLDBException
|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |