public class NotEndsWithMatcher extends Matcher
| Constructor and Description |
|---|
NotEndsWithMatcher(Pattern value) |
NotEndsWithMatcher(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 NotEndsWithMatcher(String value)
public NotEndsWithMatcher(Pattern value)
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.