public interface MatchAction
MatchActionProcessor
. More often than not, you will want to
create MatchAction instances as anonymous classes when adding pattern
action pairs to a MatchActionProcessor instance.MatchActionProcessor
,
MatchActionInfo
Modifier and Type | Method and Description |
---|---|
void |
processMatch(MatchActionInfo matchInfo)
This method is called by MatchActionProcessor when it finds an associated
pattern in a line of input.
|
void processMatch(MatchActionInfo matchInfo)
matchInfo
- The match information associated with the line
matched by MatchActionProcessor.MatchActionProcessor
,
MatchActionInfo
Copyright ? 2000-2003 Apache Software Foundation. All Rights Reserved.