wt.rule.init
Class InitRuleValidator
java.lang.Object
wt.rule.init.InitRuleValidator
- All Implemented Interfaces:
- RuleValidator
- public class InitRuleValidator
- extends Object
- implements RuleValidator
A rule validator for INIT
rules.
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
InitRuleValidator
public InitRuleValidator()
validateRule
public void validateRule(Rule rule)
throws WTException
- Validate the specified rule. Throw an exception if the rule is not
valid.
Supported API: false
- Specified by:
validateRule
in interface RuleValidator
- Parameters:
rule
- the rule to validate
- Throws:
WTException