| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextMatcher
A way to communicate with the plugin for matching text, and setting it in the context
| Method Summary | |
|---|---|
|  String | getCurrentScreenAsText()Gets the current screen as text. | 
|  String | getMatchingRegexText(String text,
                     String regex,
                     int group)Gets the matching regular expression text. | 
|  void | setVariable(String key,
            Object value)Sets the variable in the context. | 
| Method Detail | 
|---|
String getCurrentScreenAsText()
String getMatchingRegexText(String text,
                            String regex,
                            int group)
text - - The text to run the regular expression againstregex - - The regular expressiongroup - - The group number of the regular expression to match against.
 If the regex has no parens, then the group would be zero.
void setVariable(String key,
                 Object value)
key - - The context variable namevalue - - The variable value.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||