Module openj9.dtfjview
Package com.ibm.jvm.dtfjview.tools.utils
-
Interface Summary Interface Description IMatchHandle IPostmatchHandle This is the interface to be used by post-match handlers.IPrematchHandle This is an interface to be used by pre-match handlers.IStringModifier -
Class Summary Class Description BlockPostmatchHandle This class will start cache lines once any match is found.BlockPrematchHandle This class first caches all the lines.FileUtils MatchHandle This class checks if a line contains some strings.MaxLinesPostmatchHandle This class caches up to a specified number of lines before a matching is found.MaxLinesPrematchHandle This class first caches up to a specified number of lines before the matching is found.OutputStreamModifier This class works with the class OutputStream and class IStringModifier.RegExprMatchHandle This class handles the matching tasks when regular expressions are used.StringModifier This class is to be used together with pre-match handler, match handler and post-match handler.StringReceiver This is a kind of OutputStream which caches the incoming bytes (instead if printing them out) and releases them as a string whenever it is asked to.