public class FixedStringMatcher extends Object implements StringMatcher
| Constructor and Description |
|---|
FixedStringMatcher(String fixedString) |
FixedStringMatcher(String fixedString,
StringMatcher nextMatcher) |
public FixedStringMatcher(String fixedString)
public FixedStringMatcher(String fixedString, StringMatcher nextMatcher)
public boolean matches(String string)
StringMatchermatches in interface StringMatcherstring - the string to match.Copyright © 2015. All Rights Reserved.