Uses of Interface
com.ibm.jvm.dtfjview.tools.utils.IMatchHandle
-
Packages that use IMatchHandle Package Description com.ibm.jvm.dtfjview.tools.utils -
-
Uses of IMatchHandle in com.ibm.jvm.dtfjview.tools.utils
Classes in com.ibm.jvm.dtfjview.tools.utils that implement IMatchHandle Modifier and Type Class Description class
MatchHandle
This class checks if a line contains some strings.class
RegExprMatchHandle
This class handles the matching tasks when regular expressions are used.Constructors in com.ibm.jvm.dtfjview.tools.utils with parameters of type IMatchHandle Constructor Description StringModifier(IPrematchHandle prematchHandle, IMatchHandle matchHandle, IPostmatchHandle postmatchHandle)
-