org.apache.oro.text
public interface MatchAction
Since: 1.0
Version: 2.0.8
See Also: MatchActionProcessor MatchActionInfo
Method Summary | |
---|---|
void | processMatch(MatchActionInfo matchInfo)
This method is called by MatchActionProcessor when it finds an associated
pattern in a line of input. |
Parameters: matchInfo The match information associated with the line matched by MatchActionProcessor.
See Also: MatchActionProcessor MatchActionInfo