|
|||||||||
| 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 | |
|---|---|
String |
getGroupIfMatches(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(String str)
Returns true is the string macthes the Pattern. The Pattern will be managed internally by the RegexpMatcher implementation. |
| Method Detail |
|---|
String getGroupIfMatches(String str,
int group)
boolean matches(String str)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||