From f2feb8e5af5da11038044a30cac8a4f2b1c8219c Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Mon, 24 Jun 2019 20:49:30 -0400 Subject: Update site --- docs/apidocs/bjc/everge/ReplPair.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'docs/apidocs/bjc/everge/ReplPair.html') 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 @@ - + ReplPair (everge 1.0-SNAPSHOT API) - + @@ -259,7 +259,10 @@ implements readList(List<ReplPair> detals, Scanner scn, List<ReplError> errs, - ReplOpts ropts)  + ReplOpts ropts) +
Read a list of replacement pairs from an input source, adding them to + an existing list.
+ static List<ReplPair> @@ -513,6 +516,17 @@ implements Scanner scn, List<ReplError> errs, ReplOpts ropts) +
Read a list of replacement pairs from an input source, adding them to + an existing list.
+
+
Parameters:
+
detals - The list to add the replacements to.
+
scn - The source to read the replacements from.
+
errs - The list to stick errors in.
+
ropts - The options to use when reading the pairs.
+
Returns:
+
The list of replacements.
+
-- cgit v1.2.3