public abstract class Matcher extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Matcher(Pattern value) |
protected |
Matcher(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMatcherSymbol()
Return the matcher symbol
|
protected abstract MatcherType |
getMatcherType()
Return the matcher type
|
protected Pattern |
getPattern()
return the pattern
|
String |
getValue()
return the given value
|
boolean |
isPreFilter() |
abstract boolean |
isSatisfiedBy(String value)
Check if the matcher is matched given the value
|
public String getValue()
public String getMatcherSymbol()
public final boolean isPreFilter()
protected Pattern getPattern()
protected abstract MatcherType getMatcherType()
public abstract boolean isSatisfiedBy(String value)
value - define the object of check nameCopyright © 2015 AConsulting. All Rights Reserved.