|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.querybuilder.KeyValueConfiguration
Key Value Configuration.
Constructor Summary | |
KeyValueConfiguration()
Creates new KeyValueConfiguration |
Method Summary | |
int |
finish()
Finish. |
boolean |
getBooleanValue(java.lang.String key)
Get boolean option value. |
java.lang.String |
getModuleType()
Get module type name. |
int |
init()
Initialize. |
void |
parse(org.w3c.dom.Node topNode)
Parse an XML node. |
java.lang.String |
toString()
String representation of the KeyValueCOnfiguration class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public KeyValueConfiguration()
Method Detail |
public int finish()
finish
in interface ConfigurationInfo
public boolean getBooleanValue(java.lang.String key) throws ConfigurationException
key
- option name
ConfigurationException
- if there is an error in parsing the
configuration XML file.public java.lang.String getModuleType()
getModuleType
in interface ConfigurationInfo
public int init()
init
in interface ConfigurationInfo
public void parse(org.w3c.dom.Node topNode) throws ConfigurationException
parse
in interface ConfigurationInfo
topNode
- XML node starting the configuration node.
ConfigurationException
- if there is an error in parsing the
configuration XML file.public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.