|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Matcher
An interface that defines a string matcher.
Method Summary | |
---|---|
boolean |
isExact()
Return if the matcher will match *only* if the expression equals the input. |
boolean |
matches(java.lang.String input)
Check whether a given string is matched by this matcher. |
Method Detail |
---|
boolean matches(java.lang.String input)
input
- the string to be matched. Cannot be null.
boolean isExact()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |