wt.rule
Interface RuleValidator
- All Known Implementing Classes:
- InitRuleValidator
- public interface RuleValidator
This interface defines a rule validator. A rule validator checks that
a rule's XML is valid. It may also check other information on a rule.
Supported API: false
Extendable: false
validateRule
public void validateRule(Rule rule)
throws WTException
- Validate the specified rule. Throw an exception if the rule is not
valid.
Supported API: false
- Parameters:
rule
- the rule to validate
- Throws:
WTException