From 070170888218452f903e9a9022292b312f2b2704 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 13 Jun 2019 16:30:40 -0400 Subject: Update site --- docs/apidocs/bjc/replpair/ReplError.html | 8 +- docs/apidocs/bjc/replpair/ReplOpts.html | 378 +++++++++++++++++++++ docs/apidocs/bjc/replpair/ReplPair.html | 31 +- docs/apidocs/bjc/replpair/StageStatus.html | 4 +- docs/apidocs/bjc/replpair/class-use/ReplError.html | 11 +- docs/apidocs/bjc/replpair/class-use/ReplOpts.html | 152 +++++++++ docs/apidocs/bjc/replpair/class-use/ReplPair.html | 18 +- .../bjc/replpair/class-use/StageStatus.html | 36 +- docs/apidocs/bjc/replpair/package-frame.html | 5 +- docs/apidocs/bjc/replpair/package-summary.html | 10 +- docs/apidocs/bjc/replpair/package-tree.html | 5 +- docs/apidocs/bjc/replpair/package-use.html | 11 +- 12 files changed, 642 insertions(+), 27 deletions(-) create mode 100644 docs/apidocs/bjc/replpair/ReplOpts.html create mode 100644 docs/apidocs/bjc/replpair/class-use/ReplOpts.html (limited to 'docs/apidocs/bjc') diff --git a/docs/apidocs/bjc/replpair/ReplError.html b/docs/apidocs/bjc/replpair/ReplError.html index 9209ca6..5204357 100644 --- a/docs/apidocs/bjc/replpair/ReplError.html +++ b/docs/apidocs/bjc/replpair/ReplError.html @@ -2,10 +2,10 @@ - + ReplError (everge 1.0-SNAPSHOT API) - + @@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab"; + +static List<ReplPair> +ReplPair.readList(List<ReplPair> detals, + Scanner scn, + List<ReplError> errs, + ReplOpts ropts)  + diff --git a/docs/apidocs/bjc/replpair/class-use/ReplOpts.html b/docs/apidocs/bjc/replpair/class-use/ReplOpts.html new file mode 100644 index 0000000..aa7ca94 --- /dev/null +++ b/docs/apidocs/bjc/replpair/class-use/ReplOpts.html @@ -0,0 +1,152 @@ + + + + + + +Uses of Class bjc.replpair.ReplOpts (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.replpair.ReplOpts

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/replpair/class-use/ReplPair.html b/docs/apidocs/bjc/replpair/class-use/ReplPair.html index d547be4..2bb6311 100644 --- a/docs/apidocs/bjc/replpair/class-use/ReplPair.html +++ b/docs/apidocs/bjc/replpair/class-use/ReplPair.html @@ -2,10 +2,10 @@ - + Uses of Class bjc.replpair.ReplPair (everge 1.0-SNAPSHOT API) - + @@ -106,6 +106,13 @@ static List<ReplPair> +ReplPair.readList(List<ReplPair> detals, + Scanner scn, + List<ReplError> errs, + ReplOpts ropts)  + + +static List<ReplPair> ReplPair.readList(Scanner scn)
Read a list of replacement pairs from an input source.
@@ -149,6 +156,13 @@ an existing list. + +static List<ReplPair> +ReplPair.readList(List<ReplPair> detals, + Scanner scn, + List<ReplError> errs, + ReplOpts ropts)  + diff --git a/docs/apidocs/bjc/replpair/class-use/StageStatus.html b/docs/apidocs/bjc/replpair/class-use/StageStatus.html index 29739bc..28239ee 100644 --- a/docs/apidocs/bjc/replpair/class-use/StageStatus.html +++ b/docs/apidocs/bjc/replpair/class-use/StageStatus.html @@ -2,10 +2,10 @@ - + Uses of Class bjc.replpair.StageStatus (everge 1.0-SNAPSHOT API) - + @@ -80,6 +80,21 @@

Uses of StageStatus in bjc.replpair

+ + + + + + + + + + + + +
Fields in bjc.replpair declared as StageStatus 
Modifier and TypeField and Description
StageStatusReplOpts.defStatus +
Default status.
+
@@ -102,6 +117,23 @@ the order they are declared.
Methods in bjc.replpair that return StageStatus 
+ + + + + + + + + + +
Constructors in bjc.replpair with parameters of type StageStatus 
Constructor and Description
ReplOpts(int p, + int s, + boolean m, + StageStatus t, + boolean d) +
Create a new set of repl.
+
diff --git a/docs/apidocs/bjc/replpair/package-frame.html b/docs/apidocs/bjc/replpair/package-frame.html index 4542af1..5545ec3 100644 --- a/docs/apidocs/bjc/replpair/package-frame.html +++ b/docs/apidocs/bjc/replpair/package-frame.html @@ -2,10 +2,10 @@ - + bjc.replpair (everge 1.0-SNAPSHOT API) - + @@ -15,6 +15,7 @@

Classes

Enums

diff --git a/docs/apidocs/bjc/replpair/package-summary.html b/docs/apidocs/bjc/replpair/package-summary.html index 926c2f6..545f70d 100644 --- a/docs/apidocs/bjc/replpair/package-summary.html +++ b/docs/apidocs/bjc/replpair/package-summary.html @@ -2,10 +2,10 @@ - + bjc.replpair (everge 1.0-SNAPSHOT API) - + @@ -89,6 +89,12 @@ +ReplOpts + +
Options for processing ReplPairs.
+ + + ReplPair
String pairs for replacements.
diff --git a/docs/apidocs/bjc/replpair/package-tree.html b/docs/apidocs/bjc/replpair/package-tree.html index d88f4e0..9b16b77 100644 --- a/docs/apidocs/bjc/replpair/package-tree.html +++ b/docs/apidocs/bjc/replpair/package-tree.html @@ -2,10 +2,10 @@ - + bjc.replpair Class Hierarchy (everge 1.0-SNAPSHOT API) - + @@ -78,6 +78,7 @@
  • java.lang.Object
  • diff --git a/docs/apidocs/bjc/replpair/package-use.html b/docs/apidocs/bjc/replpair/package-use.html index f758e73..8e93ee5 100644 --- a/docs/apidocs/bjc/replpair/package-use.html +++ b/docs/apidocs/bjc/replpair/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package bjc.replpair (everge 1.0-SNAPSHOT API) - + @@ -89,11 +89,16 @@ +ReplOpts +
    Options for processing ReplPairs.
    + + + ReplPair
    String pairs for replacements.
    - + StageStatus
    Possible statuses of pairs with respect to exporting.
    -- cgit v1.2.3