|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.RegularExpressionAction.RegularExpressionActionResult
public static class RegularExpressionAction.RegularExpressionActionResult
The result when a RegularExpressionAction runs.
| Field Summary | |
|---|---|
int |
end
The 0-based index of the last character matched of the input. |
int |
groupCount
The number of matches found. |
java.lang.String[] |
groups
The input sequences matched by the regular expression pattern. |
boolean |
matched
Indicates whether the regular expression pattern was found in the input content. |
java.lang.String |
replaced
The input, with groups matched by the regular expression pattern replaced by the replaceFirst and replaceAll properties. |
int |
start
The 0-based location of the first occurrence of the regular expression matched in the input file or input string. |
| Constructor Summary | |
|---|---|
RegularExpressionAction.RegularExpressionActionResult()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int end
public int groupCount
public java.lang.String[] groups
public boolean matched
public int start
public java.lang.String replaced
| Constructor Detail |
|---|
public RegularExpressionAction.RegularExpressionActionResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||