- java.lang.Object
-
- com.ibm.jvm.dtfjview.tools.utils.StringModifier
-
- All Implemented Interfaces:
IStringModifier
public class StringModifier extends Object implements IStringModifier
This class is to be used together with pre-match handler, match handler and post-match handler. It receives strings from the OutputStreamModifier and delegates them to the above handlers according to the matching status.
-
-
Constructor Summary
Constructors Constructor Description StringModifier(IPrematchHandle prematchHandle, IMatchHandle matchHandle, IPostmatchHandle postmatchHandle)
-
-
-
Constructor Detail
-
StringModifier
public StringModifier(IPrematchHandle prematchHandle, IMatchHandle matchHandle, IPostmatchHandle postmatchHandle)
-
-