|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.validation.ValidationConfiguration
Field Summary | |
(package private) static java.lang.String |
TAG_RULE
|
(package private) static java.lang.String |
TAG_RULES
|
static java.lang.String |
VALIDATION_CONFIGURATION
module name |
Constructor Summary | |
ValidationConfiguration()
Creates a new instance of ValidationConfiguration |
Method Summary | |
int |
finish()
Finish. |
java.lang.String |
getModuleType()
Get module type. |
java.util.Hashtable |
getValidatorsByObject()
Get list of validators by object. |
java.util.Hashtable |
getValidatorsByRule()
Get list of validators by rule. |
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 |
static final java.lang.String TAG_RULE
static final java.lang.String TAG_RULES
public static final java.lang.String VALIDATION_CONFIGURATION
Constructor Detail |
public ValidationConfiguration()
Method Detail |
public int finish()
finish
in interface ConfigurationInfo
public java.lang.String getModuleType()
getModuleType
in interface ConfigurationInfo
public java.util.Hashtable getValidatorsByObject()
public java.util.Hashtable getValidatorsByRule()
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.