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/allclasses-frame.html | 5 +- docs/apidocs/allclasses-noframe.html | 5 +- 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 +- docs/apidocs/constant-values.html | 4 +- docs/apidocs/deprecated-list.html | 4 +- docs/apidocs/help-doc.html | 4 +- docs/apidocs/index-all.html | 54 ++- docs/apidocs/index.html | 2 +- docs/apidocs/overview-tree.html | 5 +- 20 files changed, 708 insertions(+), 44 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') diff --git a/docs/apidocs/allclasses-frame.html b/docs/apidocs/allclasses-frame.html index 3731c78..482330f 100644 --- a/docs/apidocs/allclasses-frame.html +++ b/docs/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (everge 1.0-SNAPSHOT API) - + @@ -14,6 +14,7 @@
diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index 5a79af8..3d4248d 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (everge 1.0-SNAPSHOT API) - + @@ -14,6 +14,7 @@
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.
    diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 7bcfab6..a078162 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (everge 1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/deprecated-list.html b/docs/apidocs/deprecated-list.html index 2e796a8..c92914c 100644 --- a/docs/apidocs/deprecated-list.html +++ b/docs/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (everge 1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html index ce63bd1..232c431 100644 --- a/docs/apidocs/help-doc.html +++ b/docs/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (everge 1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 1ceee11..45bf0ed 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (everge 1.0-SNAPSHOT API) - + @@ -69,7 +69,7 @@
    -
    A B C F L M N P R S T V  +
    A B C D F I L M N P R S T V 

    A

    @@ -93,6 +93,28 @@
    compareTo(ReplPair) - Method in class bjc.replpair.ReplPair
     
    + + + +

    D

    +
    +
    defMulti - Variable in class bjc.replpair.ReplOpts
    +
    +
    Whether to process multi-line defns.
    +
    +
    defPrior - Variable in class bjc.replpair.ReplOpts
    +
    +
    The default priority.
    +
    +
    defStage - Variable in class bjc.replpair.ReplOpts
    +
    +
    The default stage.
    +
    +
    defStatus - Variable in class bjc.replpair.ReplOpts
    +
    +
    Default status.
    +
    +
    @@ -103,6 +125,16 @@
    The string to look for.
    + + + +

    I

    +
    +
    isDebug - Variable in class bjc.replpair.ReplOpts
    +
    +
    Enable debug info.
    +
    +
    @@ -166,6 +198,8 @@
    Read a list of replacement pairs from an input source, adding them to an existing list.
    +
    readList(List<ReplPair>, Scanner, List<ReplError>, ReplOpts) - Static method in class bjc.replpair.ReplPair
    +
     
    replace - Variable in class bjc.replpair.ReplPair
    The string to replace it with.
    @@ -178,6 +212,18 @@
    Create a new ReplPair parse error.
    +
    ReplOpts - Class in bjc.replpair
    +
    +
    Options for processing ReplPairs.
    +
    +
    ReplOpts() - Constructor for class bjc.replpair.ReplOpts
    +
    +
    Create a default set of options.
    +
    +
    ReplOpts(int, int, boolean, StageStatus, boolean) - Constructor for class bjc.replpair.ReplOpts
    +
    +
    Create a new set of repl.
    +
    ReplPair - Class in bjc.replpair
    String pairs for replacements.
    @@ -242,7 +288,7 @@ the order they are declared.
    -A B C F L M N P R S T V 
    +A B C D F I L M N P R S T V 
    diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index a8d71fb..84e9952 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -2,7 +2,7 @@ - + everge 1.0-SNAPSHOT API @@ -82,6 +82,7 @@
  • java.lang.Object
  • -- cgit v1.2.3