- java.lang.Object
-
- com.ibm.jvm.dtfjview.tools.utils.MaxLinesPostmatchHandle
-
- All Implemented Interfaces:
IPostmatchHandle
public class MaxLinesPostmatchHandle extends Object implements 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 Summary
Constructors Constructor Description MaxLinesPostmatchHandle(int maxPostmatchLineNum)
-