|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextMatcher
Understands matching a given text to one or more values.
| Method Summary | |
|---|---|
String |
description()
Returns the description of the type of value this matcher supports. |
String |
formattedValues()
Returns the values in this matcher, formatted as a String. |
boolean |
isMatching(String text)
Indicates whether the given text matches some value(s). |
| Method Detail |
|---|
boolean isMatching(String text)
text - the text to verify.
true if the given text matches some value(s), false otherwise.String description()
String formattedValues()
String.
String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||