|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.configurator.impl.standardization.StandardizationConfiguration
Handles the parsing of the Standardization configuration, defining how to standardize (including phoneticization) objects.
| Nested Class Summary | |
static class |
StandardizationConfiguration.Attributes
Attributes that correspond to the XML attribute names. |
static class |
StandardizationConfiguration.Tags
Tags that correspond to the XML node names. |
| Field Summary | |
static java.lang.String |
STANDARDIZATION
Module Name to use with the Configuration Service to load the Standardization configuration |
| Constructor Summary | |
StandardizationConfiguration()
Creates new StandardizationConfiguration instance. |
|
| Method Summary | |
int |
finish()
Finish. |
java.lang.String |
getModuleType()
Getter for ModuleType attribute. |
SystemObjectStandardization |
getSystemObjectStandardization(java.lang.String sysObjName)
Getter for SystemObjectStandardization attribute. |
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 STANDARDIZATION
| Constructor Detail |
public StandardizationConfiguration()
| Method Detail |
public int finish()
finish in interface ConfigurationInfopublic java.lang.String getModuleType()
getModuleType in interface ConfigurationInfopublic SystemObjectStandardization getSystemObjectStandardization(java.lang.String sysObjName)
sysObjName - The qualified name of the system object to retrieve the
standardization information for.
public int init()
init in interface ConfigurationInfo
public void parse(org.w3c.dom.Node node)
throws ConfigurationException
parse in interface ConfigurationInfonode - 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.