public class Matcher extends ContextAwareBaseimplements LifeCycle
context| Constructor and Description |
|---|
Matcher()
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
|
String |
getRegex()
|
boolean |
isCanonEq()
|
boolean |
isCaseSensitive()
|
boolean |
isStarted()
|
boolean |
isUnicodeCase()
|
boolean |
matches(String
Checks whether the input matches the regular expression.
|
void |
setCanonEq(boolean canonEq)
|
void |
setCaseSensitive(boolean caseSensitive)
|
void |
setName(String
|
void |
setRegex(String
|
void |
setUnicodeCase(boolean unicodeCase)
|
void |
start()
|
void |
stop()
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic StringgetRegex()
public void setRegex(Stringregex)
public void start()
public void stop()
public boolean isStarted()
public boolean matches(Stringinput) throws EvaluationException
input -
EvaluationException -
public boolean isCanonEq()
public void setCanonEq(boolean canonEq)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
public boolean isUnicodeCase()
public void setUnicodeCase(boolean unicodeCase)
public StringgetName()
public void setName(Stringname)