public abstract class AbstractMatcher
extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
ignoreCase |
private boolean |
verboseEnabled |
Constructor and Description |
---|
AbstractMatcher() |
Modifier and Type | Method and Description |
---|---|
abstract String |
explainYourself()
Give a description of the rules used, in HTML.
|
boolean |
isIgnoreCase() |
boolean |
isVerboseEnabled()
Tells whether verbose is enabled for this matcher.
|
void |
setIgnoreCase(boolean ignoreCase) |
void |
setVerboseEnabled(boolean verboseEnabled)
Allows matchers to tailor their output at the caller's option
|
public void setVerboseEnabled(boolean verboseEnabled)
public boolean isVerboseEnabled()
public void setIgnoreCase(boolean ignoreCase)
public boolean isIgnoreCase()
public abstract String explainYourself()