public class PrefixMatcher extends LineMatcher
MATCHED, NOT_MATCHED, tagBegin, tagEnd, WAIT
Constructor and Description |
---|
PrefixMatcher(java.lang.String prefix,
boolean caseInsensitive) |
Modifier and Type | Method and Description |
---|---|
int |
match(java.lang.String token) |
public PrefixMatcher(java.lang.String prefix, boolean caseInsensitive)
public int match(java.lang.String token)
match
in class LineMatcher