|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.PhoneticEncodersConfig
Phonetic encoder configuration information. Handles the parsing of the Phonetic Encoder configuration and exposes the settings.
Nested Class Summary | |
static class |
PhoneticEncodersConfig.Attributes
Attributes that correspond to the XML attribute names. |
static class |
PhoneticEncodersConfig.Tags
Tags that correspond to the XML node names. |
Field Summary | |
static java.lang.String |
PHONETIC_ENCODERS
Module Name to use with the Configuration Service to load the Phonetic Encoder configuration |
Constructor Summary | |
PhoneticEncodersConfig()
Creates new StandardizationConfiguration |
Method Summary | |
int |
finish()
Finish. |
java.util.HashMap |
getEncodersClasses()
Returns the hashmap for all the configured available encoders. |
java.lang.String |
getModuleType()
Getter for ModuleType attribute of the PhoneticEncodersConfig object. |
int |
init()
Initialize. |
void |
parse(org.w3c.dom.Node node)
Parse an XML node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PHONETIC_ENCODERS
Constructor Detail |
public PhoneticEncodersConfig()
Method Detail |
public int finish()
finish
in interface ConfigurationInfo
public java.util.HashMap getEncodersClasses()
public java.lang.String getModuleType()
getModuleType
in interface ConfigurationInfo
public int init()
init
in interface ConfigurationInfo
public void parse(org.w3c.dom.Node node) throws ConfigurationException
parse
in interface ConfigurationInfo
node
- XML node starting the configuration node.
ConfigurationException
- if there is an error in parsing the
configuration XML file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.