|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.parser.MatcherBasedConfiguration
public class MatcherBasedConfiguration
Provides a MatchResult view of a subset of another MatchResult
| Constructor Summary | |
|---|---|
MatcherBasedConfiguration(java.util.regex.Matcher w,
int start,
int count)
|
|
| Method Summary | |
|---|---|
java.lang.String |
group(int arg0)
|
int |
groupCount()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatcherBasedConfiguration(java.util.regex.Matcher w,
int start,
int count)
w - Original MatchResultstart - the position where the subresult startcount - number of groups part of the subresult| Method Detail |
|---|
public java.lang.String group(int arg0)
group in interface ConfigurationConfiguration.group(int)public int groupCount()
groupCount in interface ConfigurationConfiguration.groupCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||