java.lang.Object
com.ibm.jvm.dtfjview.tools.utils.MaxLinesPostmatchHandle
- All Implemented Interfaces:
- IPostmatchHandle
This class caches up to a specified number of lines before a matching is found.
 It will release the lines whenever it is asked to do so.
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis is for the post match handle to perform actions when a match was just found (by a match handle).This is for the post match handle to perform actions on the string
- 
Constructor Details- 
MaxLinesPostmatchHandlepublic MaxLinesPostmatchHandle(int maxPostmatchLineNum) 
 
- 
- 
Method Details- 
justMatchedpublic void justMatched()Description copied from interface:IPostmatchHandleThis is for the post match handle to perform actions when a match was just found (by a match handle).- Specified by:
- justMatchedin interface- IPostmatchHandle
 
- 
processDescription copied from interface:IPostmatchHandleThis is for the post match handle to perform actions on the string- Specified by:
- processin interface- IPostmatchHandle
- Parameters:
- s- The string to be processed.
- Returns:
- The processed string.
 
 
-