|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegexpMatcher
Abstraction for regexp handling.
| Method Summary | |
|---|---|
java.lang.String |
getGroupIfMatches(java.lang.String str,
int group)
Returns the specified group if the string matches the Pattern. The Pattern will be managed internally by the RegexpMatcher implementation. |
boolean |
matches(java.lang.String str)
Returns true is the string macthes the Pattern. The Pattern will be managed internally by the RegexpMatcher implementation. |
| Method Detail |
|---|
java.lang.String getGroupIfMatches(java.lang.String str,
int group)
boolean matches(java.lang.String str)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||