java.lang.Object
org.apache.oro.text.DefaultMatchAction
- All Implemented Interfaces:
- MatchAction
- final class DefaultMatchAction
- extends java.lang.Object
- implements MatchAction
DefaultMatchAction is a support class for MatchActionProcessor,
providing a default match action.
- Since:
- 1.0
- Version:
- @version@
|
Method Summary |
void |
processMatch(MatchActionInfo matchInfo)
This method is called by MatchActionProcessor when it finds an associated
pattern in a line of input. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMatchAction
DefaultMatchAction()
processMatch
public void processMatch(MatchActionInfo matchInfo)
- Description copied from interface:
MatchAction
- This method is called by MatchActionProcessor when it finds an associated
pattern in a line of input. Information pertaining to the matched
line is included in the MatchActionInfo parameter.
- Specified by:
processMatch in interface MatchAction