public class SimplePatternMatcher extends PatternMatcher.Base
| Modifier and Type | Class and Description |
|---|---|
static class |
SimplePatternMatcher.Factory |
PatternMatcher.Base, PatternMatcher.FactoriesoriginalPattern| Constructor and Description |
|---|
SimplePatternMatcher(String pattern,
boolean caseSensitive,
boolean exactMatch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String string) |
String |
type()
String representation of the type of expressions matched by this pattern matcher.
|
compareTo, equals, hashCode, patternpublic SimplePatternMatcher(String pattern, boolean caseSensitive, boolean exactMatch)
public String type()
PatternMatcherPatternMatcher.equals(Object).public boolean matches(String string)
Copyright © 2003-2016. All Rights Reserved.