|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.xml.cli.AbstractConfigurable
Constructor Summary | |
AbstractConfigurable()
Zero-argument constructor. |
Method Summary | |
java.lang.String |
getProperty(java.lang.String name)
Returns the value of the provided property. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Stores the provided pair of property name and property value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xmldb.api.base.Configurable |
getName |
Constructor Detail |
public AbstractConfigurable()
Method Detail |
public java.lang.String getProperty(java.lang.String name) throws XMLDBException
getProperty
in interface Configurable
name
- The name of the property.
XMLDBException
- with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.public void setProperty(java.lang.String name, java.lang.String value) throws XMLDBException
setProperty
in interface Configurable
name
- The name of property.value
- The String value of the provided property.
XMLDBException
- with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |