Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.oro.text
Class DefaultMatchAction  view DefaultMatchAction download DefaultMatchAction.java

java.lang.Object
  extended byorg.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@

Constructor Summary
(package private) DefaultMatchAction()
           
 
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
 

Constructor Detail

DefaultMatchAction

DefaultMatchAction()
Method Detail

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