public class RuleResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RuleResult |
IGNORE_MATCH_RULE_RESULT |
static RuleResult |
NO_MATCH_RULE_RESULT |
Modifier and Type | Method and Description |
---|---|
static RuleResult |
getIgnoreMatch() |
static RuleResult |
getMatch(java.lang.String replacement) |
static RuleResult |
getNoMatch() |
java.lang.String |
getReplacement() |
boolean |
isIgnore() |
boolean |
isMatch() |
public static final RuleResult NO_MATCH_RULE_RESULT
public static final RuleResult IGNORE_MATCH_RULE_RESULT
public boolean isIgnore()
public boolean isMatch()
public java.lang.String getReplacement()
public static RuleResult getIgnoreMatch()
public static RuleResult getNoMatch()
public static RuleResult getMatch(java.lang.String replacement)