Example usage for Java android.os PatternMatcher fields, constructors, methods, implement or subclass
The text is from its open source code.
int | PATTERN_LITERAL Pattern type: the given pattern must exactly match the string it is tested against. |
int | PATTERN_PREFIX Pattern type: the given pattern must match the beginning of the string it is tested against. |
int | PATTERN_SIMPLE_GLOB Pattern type: the given pattern is interpreted with a simple glob syntax for matching against the string it is tested against. |
String | getPath() |
int | getType() |
boolean | match(String str) |