public class EqualMatcher extends Matcher
| Constructor and Description |
|---|
EqualMatcher(Pattern pattern) |
EqualMatcher(String value) |
| Modifier and Type | Method and Description |
|---|---|
MatcherType |
getMatcherType()
Return the matcher type
|
boolean |
isSatisfiedBy(String o)
Check if the matcher is matched given the value
|
getMatcherSymbol, getPattern, getValue, isPreFilterpublic EqualMatcher(String value)
public EqualMatcher(Pattern pattern)
public MatcherType getMatcherType()
MatchergetMatcherType in class Matcherpublic boolean isSatisfiedBy(String o)
MatcherisSatisfiedBy in class Matchero - define the object of check nameCopyright © 2015 AConsulting. All Rights Reserved.