blob: 6a4f11df9a4d8d7b3712a803edd528142337741c [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>com.ibm.jvm.dtfjview.tools.utils (OpenJ9 JDK 16)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: module: openj9.dtfjview, package: com.ibm.jvm.dtfjview.tools.utils">
<meta name="generator" content="javadoc/PackageWriterImpl">
<meta name="keywords" content="com.ibm.jvm.dtfjview.tools.utils package">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="package-declaration-page">
<script type="text/javascript">var pathtoroot = "../../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<div class="about-language"><div style="margin-top: 9px;"><strong>OpenJ9 JDK 16</strong></div></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../../../../../../module-summary.html">Module</a></li>
<li class="nav-bar-cell1-rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<div class="sub-title"><span class="module-label-in-package">Module</span>&nbsp;<a href="../../../../../../module-summary.html">openj9.dtfjview</a></div>
<h1 title="Package" class="title">Package&nbsp;com.ibm.jvm.dtfjview.tools.utils</h1>
</div>
<hr>
<div class="package-signature">package <span class="element-name">com.ibm.jvm.dtfjview.tools.utils</span></div>
<section class="summary">
<ul class="summary-list">
<li>
<div class="caption"><span>Interface Summary</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Interface</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="IMatchHandle.html" title="interface in com.ibm.jvm.dtfjview.tools.utils">IMatchHandle</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="IPostmatchHandle.html" title="interface in com.ibm.jvm.dtfjview.tools.utils">IPostmatchHandle</a></div>
<div class="col-last odd-row-color">
<div class="block">This is the interface to be used by post-match handlers.</div>
</div>
<div class="col-first even-row-color"><a href="IPrematchHandle.html" title="interface in com.ibm.jvm.dtfjview.tools.utils">IPrematchHandle</a></div>
<div class="col-last even-row-color">
<div class="block">This is an interface to be used by pre-match handlers.</div>
</div>
<div class="col-first odd-row-color"><a href="IStringModifier.html" title="interface in com.ibm.jvm.dtfjview.tools.utils">IStringModifier</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</li>
<li>
<div class="caption"><span>Class Summary</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="BlockPostmatchHandle.html" title="class in com.ibm.jvm.dtfjview.tools.utils">BlockPostmatchHandle</a></div>
<div class="col-last even-row-color">
<div class="block">This class will start cache lines once any match is found.</div>
</div>
<div class="col-first odd-row-color"><a href="BlockPrematchHandle.html" title="class in com.ibm.jvm.dtfjview.tools.utils">BlockPrematchHandle</a></div>
<div class="col-last odd-row-color">
<div class="block">This class first caches all the lines.</div>
</div>
<div class="col-first even-row-color"><a href="FileUtils.html" title="class in com.ibm.jvm.dtfjview.tools.utils">FileUtils</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="MatchHandle.html" title="class in com.ibm.jvm.dtfjview.tools.utils">MatchHandle</a></div>
<div class="col-last odd-row-color">
<div class="block">This class checks if a line contains some strings.</div>
</div>
<div class="col-first even-row-color"><a href="MaxLinesPostmatchHandle.html" title="class in com.ibm.jvm.dtfjview.tools.utils">MaxLinesPostmatchHandle</a></div>
<div class="col-last even-row-color">
<div class="block">This class caches up to a specified number of lines before a matching is found.</div>
</div>
<div class="col-first odd-row-color"><a href="MaxLinesPrematchHandle.html" title="class in com.ibm.jvm.dtfjview.tools.utils">MaxLinesPrematchHandle</a></div>
<div class="col-last odd-row-color">
<div class="block">This class first caches up to a specified number of lines before the matching is found.</div>
</div>
<div class="col-first even-row-color"><a href="OutputStreamModifier.html" title="class in com.ibm.jvm.dtfjview.tools.utils">OutputStreamModifier</a></div>
<div class="col-last even-row-color">
<div class="block">This class works with the class OutputStream and class IStringModifier.</div>
</div>
<div class="col-first odd-row-color"><a href="RegExprMatchHandle.html" title="class in com.ibm.jvm.dtfjview.tools.utils">RegExprMatchHandle</a></div>
<div class="col-last odd-row-color">
<div class="block">This class handles the matching tasks when regular expressions are used.</div>
</div>
<div class="col-first even-row-color"><a href="StringModifier.html" title="class in com.ibm.jvm.dtfjview.tools.utils">StringModifier</a></div>
<div class="col-last even-row-color">
<div class="block">This class is to be used together with pre-match handler, match handler
and post-match handler.</div>
</div>
<div class="col-first odd-row-color"><a href="StringReceiver.html" title="class in com.ibm.jvm.dtfjview.tools.utils">StringReceiver</a></div>
<div class="col-last odd-row-color">
<div class="block">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.</div>
</div>
</div>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small><a href="https://www.eclipse.org/openj9/" target="_blank">Eclipse OpenJ9 website.</a><br> To raise a bug report or suggest an improvement create an <a href="https://github.com/eclipse-openj9/openj9/issues" target="_blank">Eclipse Openj9 issue.</a><br> Copyright &copy; 1998, 2021, IBM Corp. and others.</small></p>
</footer>
</div>
</div>
</body>
</html>