Interface StringMatcher
- All Known Implementing Classes:
ContainsCamelCaseWordStringMatcher, ExactStringMatcher, RegexStringMatcher
public interface StringMatcher
A boolean predicate for matching String values.
-
Method Summary
-
Method Details
-
matches
Return whether or not the given String matches.- Parameters:
s- a String- Returns:
- true if the String matches, false if it does not match
-