summaryrefslogtreecommitdiff
path: root/docs/apidocs/bjc/everge/ReplPair.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/apidocs/bjc/everge/ReplPair.html')
-rw-r--r--docs/apidocs/bjc/everge/ReplPair.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/apidocs/bjc/everge/ReplPair.html b/docs/apidocs/bjc/everge/ReplPair.html
index 2bbe594..30d854a 100644
--- a/docs/apidocs/bjc/everge/ReplPair.html
+++ b/docs/apidocs/bjc/everge/ReplPair.html
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Jun 21 16:36:46 EDT 2019 -->
+<!-- Generated by javadoc (1.8.0_121) on Mon Jun 24 20:47:43 EDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ReplPair (everge 1.0-SNAPSHOT API)</title>
-<meta name="date" content="2019-06-21">
+<meta name="date" content="2019-06-24">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
@@ -259,7 +259,10 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparab
<td class="colLast"><code><span class="memberNameLink"><a href="../../bjc/everge/ReplPair.html#readList-java.util.List-java.util.Scanner-java.util.List-bjc.everge.ReplOpts-">readList</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../bjc/everge/ReplPair.html" title="class in bjc.everge">ReplPair</a>&gt;&nbsp;detals,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Scanner.html?is-external=true" title="class or interface in java.util">Scanner</a>&nbsp;scn,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../bjc/everge/ReplError.html" title="class in bjc.everge">ReplError</a>&gt;&nbsp;errs,
- <a href="../../bjc/everge/ReplOpts.html" title="class in bjc.everge">ReplOpts</a>&nbsp;ropts)</code>&nbsp;</td>
+ <a href="../../bjc/everge/ReplOpts.html" title="class in bjc.everge">ReplOpts</a>&nbsp;ropts)</code>
+<div class="block">Read a list of replacement pairs from an input source, adding them to
+ an existing list.</div>
+</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../bjc/everge/ReplPair.html" title="class in bjc.everge">ReplPair</a>&gt;</code></td>
@@ -513,6 +516,17 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparab
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Scanner.html?is-external=true" title="class or interface in java.util">Scanner</a>&nbsp;scn,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../bjc/everge/ReplError.html" title="class in bjc.everge">ReplError</a>&gt;&nbsp;errs,
<a href="../../bjc/everge/ReplOpts.html" title="class in bjc.everge">ReplOpts</a>&nbsp;ropts)</pre>
+<div class="block">Read a list of replacement pairs from an input source, adding them to
+ an existing list.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detals</code> - The list to add the replacements to.</dd>
+<dd><code>scn</code> - The source to read the replacements from.</dd>
+<dd><code>errs</code> - The list to stick errors in.</dd>
+<dd><code>ropts</code> - The options to use when reading the pairs.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The list of replacements.</dd>
+</dl>
</li>
</ul>
<a name="apply-java.lang.String-">