public final class MatchActionInfo
extends java.lang.Object
MatchAction
,
MatchActionProcessor
Modifier and Type | Field and Description |
---|---|
char[] |
charLine
The char[] representation of the matching line with the trailing
newline truncated.
|
java.util.List |
fields
A List of Strings containing the fields of the line that were
separated out by the fieldSeparator.
|
Pattern |
fieldSeparator
The field separator used by the MatchActionProcessor.
|
java.io.BufferedReader |
input
The input stream passed to the MatchActionProcessor from which the
matching line was read.
|
java.lang.String |
line
The String representation of the matching line with the trailing
newline truncated.
|
int |
lineNumber
The line number of the matching line
|
MatchResult |
match
The first match found in the line of input.
|
PatternMatcher |
matcher
The PatternMatcher used to find the match.
|
java.io.PrintWriter |
output
The output stream passed to the MatchActionProcessor.
|
Pattern |
pattern
The pattern found in the line of input.
|
Constructor and Description |
---|
MatchActionInfo() |
public int lineNumber
public java.lang.String line
public char[] charLine
public Pattern fieldSeparator
public java.util.List fields
public PatternMatcher matcher
public Pattern pattern
public MatchResult match
public java.io.PrintWriter output
public java.io.BufferedReader input
Copyright ? 2000-2003 Apache Software Foundation. All Rights Reserved.