public class RegexRuleEvalResult extends BasicRuleEvalResult
BasicRuleEvalResult
and adds the Regex Pattern
and text that te regex was evaluated on.Constructor and Description |
---|
RegexRuleEvalResult(boolean matched,
String ruleName,
String ruleProviderName,
Pattern pattern,
String text)
Creates a RuleEvalResult that indicates a successfully executed rule.
|
Modifier and Type | Method and Description |
---|---|
Pattern |
getPattern() |
String |
getText() |
String |
toString() |
getEvalException, getRuleName, getRuleProviderName, matched
Copyright © 2020. All rights reserved.