From 1ab7c6b0e02cdbc2dd911bb9df8a5bc6467d0434 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 21 Jun 2019 16:37:27 -0400 Subject: Update documentation site --- docs/apidocs/allclasses-frame.html | 17 +- docs/apidocs/allclasses-noframe.html | 17 +- docs/apidocs/bjc/everge/Everge.InputStatus.html | 367 ++++++++++++ docs/apidocs/bjc/everge/Everge.html | 467 +++++++++++++++ docs/apidocs/bjc/everge/IntHolder.html | 399 +++++++++++++ docs/apidocs/bjc/everge/ReplError.html | 437 ++++++++++++++ docs/apidocs/bjc/everge/ReplOpts.html | 441 ++++++++++++++ docs/apidocs/bjc/everge/ReplPair.html | 640 +++++++++++++++++++++ docs/apidocs/bjc/everge/ReplParseException.html | 368 ++++++++++++ docs/apidocs/bjc/everge/StageStatus.html | 367 ++++++++++++ docs/apidocs/bjc/everge/StringUtils.html | 291 ++++++++++ .../bjc/everge/class-use/Everge.InputStatus.html | 158 +++++ docs/apidocs/bjc/everge/class-use/Everge.html | 124 ++++ docs/apidocs/bjc/everge/class-use/IntHolder.html | 152 +++++ docs/apidocs/bjc/everge/class-use/ReplError.html | 186 ++++++ docs/apidocs/bjc/everge/class-use/ReplOpts.html | 152 +++++ docs/apidocs/bjc/everge/class-use/ReplPair.html | 221 +++++++ .../bjc/everge/class-use/ReplParseException.html | 124 ++++ docs/apidocs/bjc/everge/class-use/StageStatus.html | 173 ++++++ docs/apidocs/bjc/everge/class-use/StringUtils.html | 124 ++++ docs/apidocs/bjc/everge/package-frame.html | 35 ++ docs/apidocs/bjc/everge/package-summary.html | 212 +++++++ docs/apidocs/bjc/everge/package-tree.html | 164 ++++++ docs/apidocs/bjc/everge/package-use.html | 169 ++++++ docs/apidocs/bjc/replpair/ReplError.html | 383 ------------ docs/apidocs/bjc/replpair/ReplOpts.html | 378 ------------ docs/apidocs/bjc/replpair/ReplPair.html | 623 -------------------- docs/apidocs/bjc/replpair/StageStatus.html | 367 ------------ docs/apidocs/bjc/replpair/class-use/ReplError.html | 161 ------ docs/apidocs/bjc/replpair/class-use/ReplOpts.html | 152 ----- docs/apidocs/bjc/replpair/class-use/ReplPair.html | 221 ------- .../bjc/replpair/class-use/StageStatus.html | 190 ------ docs/apidocs/bjc/replpair/package-frame.html | 27 - docs/apidocs/bjc/replpair/package-summary.html | 173 ------ docs/apidocs/bjc/replpair/package-tree.html | 147 ----- docs/apidocs/bjc/replpair/package-use.html | 159 ----- docs/apidocs/constant-values.html | 12 +- docs/apidocs/deprecated-list.html | 12 +- docs/apidocs/help-doc.html | 12 +- docs/apidocs/index-all.html | 233 ++++++-- docs/apidocs/index.html | 6 +- docs/apidocs/overview-tree.html | 35 +- docs/apidocs/package-list | 2 +- docs/apidocs/serialized-form.html | 148 +++++ docs/changelog.html | 71 ++- docs/changes-report.html | 23 +- docs/dependencies.html | 23 +- docs/dependency-info.html | 23 +- docs/dev-activity.html | 27 +- docs/distribution-management.html | 23 +- docs/file-activity.html | 363 +++++++----- docs/index.html | 23 +- docs/licenses.html | 23 +- docs/plugin-management.html | 23 +- docs/plugins.html | 27 +- docs/project-info.html | 23 +- docs/project-reports.html | 19 +- docs/scm.html | 23 +- docs/summary.html | 23 +- docs/team.html | 23 +- docs/testapidocs/allclasses-frame.html | 9 +- docs/testapidocs/allclasses-noframe.html | 9 +- docs/testapidocs/bjc/everge/EvergeTest.html | 302 ++++++++++ docs/testapidocs/bjc/everge/ReplPairTest.html | 380 ++++++++++++ docs/testapidocs/bjc/everge/StringUtilsTest.html | 297 ++++++++++ docs/testapidocs/bjc/everge/TestUtils.html | 397 +++++++++++++ .../bjc/everge/class-use/EvergeTest.html | 124 ++++ .../bjc/everge/class-use/ReplPairTest.html | 124 ++++ .../bjc/everge/class-use/StringUtilsTest.html | 124 ++++ .../bjc/everge/class-use/TestUtils.html | 124 ++++ docs/testapidocs/bjc/everge/package-frame.html | 24 + docs/testapidocs/bjc/everge/package-summary.html | 160 ++++++ docs/testapidocs/bjc/everge/package-tree.html | 136 +++++ docs/testapidocs/bjc/everge/package-use.html | 124 ++++ docs/testapidocs/bjc/replpair/ReplPairTest.html | 341 ----------- .../bjc/replpair/class-use/ReplPairTest.html | 124 ---- docs/testapidocs/bjc/replpair/package-frame.html | 21 - docs/testapidocs/bjc/replpair/package-summary.html | 144 ----- docs/testapidocs/bjc/replpair/package-tree.html | 133 ----- docs/testapidocs/bjc/replpair/package-use.html | 124 ---- docs/testapidocs/constant-values.html | 12 +- docs/testapidocs/deprecated-list.html | 12 +- docs/testapidocs/help-doc.html | 12 +- docs/testapidocs/index-all.html | 104 +++- docs/testapidocs/index.html | 6 +- docs/testapidocs/overview-tree.html | 15 +- docs/testapidocs/package-list | 2 +- 87 files changed, 8936 insertions(+), 4454 deletions(-) create mode 100644 docs/apidocs/bjc/everge/Everge.InputStatus.html create mode 100644 docs/apidocs/bjc/everge/Everge.html create mode 100644 docs/apidocs/bjc/everge/IntHolder.html create mode 100644 docs/apidocs/bjc/everge/ReplError.html create mode 100644 docs/apidocs/bjc/everge/ReplOpts.html create mode 100644 docs/apidocs/bjc/everge/ReplPair.html create mode 100644 docs/apidocs/bjc/everge/ReplParseException.html create mode 100644 docs/apidocs/bjc/everge/StageStatus.html create mode 100644 docs/apidocs/bjc/everge/StringUtils.html create mode 100644 docs/apidocs/bjc/everge/class-use/Everge.InputStatus.html create mode 100644 docs/apidocs/bjc/everge/class-use/Everge.html create mode 100644 docs/apidocs/bjc/everge/class-use/IntHolder.html create mode 100644 docs/apidocs/bjc/everge/class-use/ReplError.html create mode 100644 docs/apidocs/bjc/everge/class-use/ReplOpts.html create mode 100644 docs/apidocs/bjc/everge/class-use/ReplPair.html create mode 100644 docs/apidocs/bjc/everge/class-use/ReplParseException.html create mode 100644 docs/apidocs/bjc/everge/class-use/StageStatus.html create mode 100644 docs/apidocs/bjc/everge/class-use/StringUtils.html create mode 100644 docs/apidocs/bjc/everge/package-frame.html create mode 100644 docs/apidocs/bjc/everge/package-summary.html create mode 100644 docs/apidocs/bjc/everge/package-tree.html create mode 100644 docs/apidocs/bjc/everge/package-use.html delete mode 100644 docs/apidocs/bjc/replpair/ReplError.html delete mode 100644 docs/apidocs/bjc/replpair/ReplOpts.html delete mode 100644 docs/apidocs/bjc/replpair/ReplPair.html delete mode 100644 docs/apidocs/bjc/replpair/StageStatus.html delete mode 100644 docs/apidocs/bjc/replpair/class-use/ReplError.html delete mode 100644 docs/apidocs/bjc/replpair/class-use/ReplOpts.html delete mode 100644 docs/apidocs/bjc/replpair/class-use/ReplPair.html delete mode 100644 docs/apidocs/bjc/replpair/class-use/StageStatus.html delete mode 100644 docs/apidocs/bjc/replpair/package-frame.html delete mode 100644 docs/apidocs/bjc/replpair/package-summary.html delete mode 100644 docs/apidocs/bjc/replpair/package-tree.html delete mode 100644 docs/apidocs/bjc/replpair/package-use.html create mode 100644 docs/apidocs/serialized-form.html create mode 100644 docs/testapidocs/bjc/everge/EvergeTest.html create mode 100644 docs/testapidocs/bjc/everge/ReplPairTest.html create mode 100644 docs/testapidocs/bjc/everge/StringUtilsTest.html create mode 100644 docs/testapidocs/bjc/everge/TestUtils.html create mode 100644 docs/testapidocs/bjc/everge/class-use/EvergeTest.html create mode 100644 docs/testapidocs/bjc/everge/class-use/ReplPairTest.html create mode 100644 docs/testapidocs/bjc/everge/class-use/StringUtilsTest.html create mode 100644 docs/testapidocs/bjc/everge/class-use/TestUtils.html create mode 100644 docs/testapidocs/bjc/everge/package-frame.html create mode 100644 docs/testapidocs/bjc/everge/package-summary.html create mode 100644 docs/testapidocs/bjc/everge/package-tree.html create mode 100644 docs/testapidocs/bjc/everge/package-use.html delete mode 100644 docs/testapidocs/bjc/replpair/ReplPairTest.html delete mode 100644 docs/testapidocs/bjc/replpair/class-use/ReplPairTest.html delete mode 100644 docs/testapidocs/bjc/replpair/package-frame.html delete mode 100644 docs/testapidocs/bjc/replpair/package-summary.html delete mode 100644 docs/testapidocs/bjc/replpair/package-tree.html delete mode 100644 docs/testapidocs/bjc/replpair/package-use.html (limited to 'docs') diff --git a/docs/apidocs/allclasses-frame.html b/docs/apidocs/allclasses-frame.html index 482330f..c7a26c8 100644 --- a/docs/apidocs/allclasses-frame.html +++ b/docs/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (everge 1.0-SNAPSHOT API) - + @@ -13,10 +13,15 @@

All Classes

diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index 3d4248d..e30dfb5 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (everge 1.0-SNAPSHOT API) - + @@ -13,10 +13,15 @@

All Classes

diff --git a/docs/apidocs/bjc/everge/Everge.InputStatus.html b/docs/apidocs/bjc/everge/Everge.InputStatus.html new file mode 100644 index 0000000..ad7d978 --- /dev/null +++ b/docs/apidocs/bjc/everge/Everge.InputStatus.html @@ -0,0 +1,367 @@ + + + + + + +Everge.InputStatus (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Enum Everge.InputStatus

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        ALL

        +
        public static final Everge.InputStatus ALL
        +
        Process the input as a single string.
        +
      • +
      + + + +
        +
      • +

        LINE

        +
        public static final Everge.InputStatus LINE
        +
        Process the input line-by-line.
        +
      • +
      + + + +
        +
      • +

        REGEX

        +
        public static final Everge.InputStatus REGEX
        +
        Process the input, splitting it around occurances of a regex.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Everge.InputStatus[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Everge.InputStatus c : Everge.InputStatus.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Everge.InputStatus valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/Everge.html b/docs/apidocs/bjc/everge/Everge.html new file mode 100644 index 0000000..c8f4e72 --- /dev/null +++ b/docs/apidocs/bjc/everge/Everge.html @@ -0,0 +1,467 @@ + + + + + + +Everge (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class Everge

+
+
+ +
+
    +
  • +
    +
    +
    public class Everge
    +extends Object
    +
    Everge front-end application.
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Everge

        +
        public Everge()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
        Main method for front end,
        +
        +
        Parameters:
        +
        args - The CLI arguments.
        +
        +
      • +
      + + + +
        +
      • +

        processArgs

        +
        public boolean processArgs(String... args)
        +
        Process one or more command line arguments.
        +
        +
        Parameters:
        +
        args - The arguments to process.
        +
        Returns:
        +
        Whether we processed succesfully or not.
        +
        +
      • +
      + + + +
        +
      • +

        processArgs

        +
        public boolean processArgs(List<String> errs,
        +                           String... args)
        +
        Process one or more command line arguments.
        +
        +
        Parameters:
        +
        args - The arguments to process.
        +
        errs - The list to stash errors in.
        +
        Returns:
        +
        Whether we processed succesfully or not.
        +
        +
      • +
      + + + +
        +
      • +

        processInputFile

        +
        public boolean processInputFile(String fle)
        +
        Process a input file.
        +
        +
        Parameters:
        +
        fle - Input file to process.
        +
        Returns:
        +
        Whether we processed succesfully or not.
        +
        +
      • +
      + + + +
        +
      • +

        processInputFile

        +
        public boolean processInputFile(List<String> errs,
        +                                String fle)
        +
        Process a input file.
        +
        +
        Parameters:
        +
        fle - Input file to process.
        +
        errs - List to accumulate errors in.
        +
        Returns:
        +
        Whether we processed succesfully or not.
        +
        +
      • +
      + + + +
        +
      • +

        processString

        +
        public void processString(String inp)
        +
        Process an input string.
        +
        +
        Parameters:
        +
        inp - The input string to process.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/IntHolder.html b/docs/apidocs/bjc/everge/IntHolder.html new file mode 100644 index 0000000..e089bd9 --- /dev/null +++ b/docs/apidocs/bjc/everge/IntHolder.html @@ -0,0 +1,399 @@ + + + + + + +IntHolder (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class IntHolder

+
+
+ +
+
    +
  • +
    +
    +
    public class IntHolder
    +extends Object
    +
    Utility class for ints by ref.
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      intval +
      The int value.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      IntHolder() +
      Create a new int-holder set to 0.
      +
      IntHolder(int i) +
      Create a new int-holder set to a value.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        val

        +
        public int val
        +
        The int value.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IntHolder

        +
        public IntHolder()
        +
        Create a new int-holder set to 0.
        +
      • +
      + + + +
        +
      • +

        IntHolder

        +
        public IntHolder(int i)
        +
        Create a new int-holder set to a value.
        +
        +
        Parameters:
        +
        i - The value to set the int to.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        incr

        +
        public int incr()
        +
        Increment the value by one, and return it.
        +
        +
        Returns:
        +
        The value of the holder.
        +
        +
      • +
      + + + +
        +
      • +

        incr

        +
        public int incr(int i)
        +
        Increment the value by an amount and return it.
        +
        +
        Parameters:
        +
        i - The amount to increment by.
        +
        Returns:
        +
        The value of the holder.
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public int get()
        +
        Get the value.
        +
        +
        Returns:
        +
        The value.
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(int i)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/ReplError.html b/docs/apidocs/bjc/everge/ReplError.html new file mode 100644 index 0000000..c9f3c97 --- /dev/null +++ b/docs/apidocs/bjc/everge/ReplError.html @@ -0,0 +1,437 @@ + + + + + + +ReplError (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class ReplError

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplError
    +extends Object
    +
    Represents an error encountered parsing ReplPairs
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        line

        +
        public int line
        +
        The line the error occured on.
        +
      • +
      + + + +
        +
      • +

        numPairs

        +
        public int numPairs
        +
        The number of pairs we have processed so far.
        +
      • +
      + + + +
        +
      • +

        txt

        +
        public String txt
        +
        The text of the line we errored on.
        +
      • +
      + + + +
        +
      • +

        msg

        +
        public String msg
        +
        The message of the error.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplError

        +
        public ReplError(IntHolder lne,
        +                 IntHolder nPairs,
        +                 String msg,
        +                 String txt)
        +
        Create a new ReplPair parse error.
        +
        +
        Parameters:
        +
        lne - The line the error occured on.
        +
        nPairs - The number of pairs processed up to this point.
        +
        msg - The message detailing the error.
        +
        txt - The text that caused the error.
        +
        +
      • +
      + + + +
        +
      • +

        ReplError

        +
        public ReplError(int lne,
        +                 int nPairs,
        +                 String msg,
        +                 String txt)
        +
        Create a new ReplPair parse error.
        +
        +
        Parameters:
        +
        lne - The line the error occured on.
        +
        nPairs - The number of pairs processed up to this point.
        +
        msg - The message detailing the error.
        +
        txt - The text that caused the error.
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/ReplOpts.html b/docs/apidocs/bjc/everge/ReplOpts.html new file mode 100644 index 0000000..3ce9a3b --- /dev/null +++ b/docs/apidocs/bjc/everge/ReplOpts.html @@ -0,0 +1,441 @@ + + + + + + +ReplOpts (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class ReplOpts

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplOpts
    +extends Object
    +
    Options for processing ReplPairs.
    +
    +
    Author:
    +
    Ben Culkin.
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        defPrior

        +
        public int defPrior
        +
        The default priority.
        +
      • +
      + + + +
        +
      • +

        defStage

        +
        public int defStage
        +
        The default stage.
        +
      • +
      + + + +
        +
      • +

        defMulti

        +
        public boolean defMulti
        +
        Whether to process multi-line defns.
        +
      • +
      + + + +
        +
      • +

        defStatus

        +
        public StageStatus defStatus
        +
        Default status.
        +
      • +
      + + + +
        +
      • +

        isDebug

        +
        public boolean isDebug
        +
        Enable debug info.
        +
      • +
      + + + +
        +
      • +

        isTrace

        +
        public boolean isTrace
        +
        Enable trace info.
        +
      • +
      + + + +
        +
      • +

        isPerf

        +
        public boolean isPerf
        +
        Enable performance info.
        +
      • +
      + + + + + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplOpts

        +
        public ReplOpts()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/ReplPair.html b/docs/apidocs/bjc/everge/ReplPair.html new file mode 100644 index 0000000..2bbe594 --- /dev/null +++ b/docs/apidocs/bjc/everge/ReplPair.html @@ -0,0 +1,640 @@ + + + + + + +ReplPair (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class ReplPair

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        priority

        +
        public int priority
        +
        The priority for this replacement.
        +
      • +
      + + + +
        +
      • +

        name

        +
        public String name
        +
        The name of this replacement. + + Defaults to the 'find' string.
        +
      • +
      + + + +
        +
      • +

        find

        +
        public String find
        +
        The string to look for.
        +
      • +
      + + + +
        +
      • +

        replace

        +
        public String replace
        +
        The string to replace it with.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplPair

        +
        public ReplPair()
        +
        Create a new blank replacement pair.
        +
      • +
      + + + +
        +
      • +

        ReplPair

        +
        public ReplPair(String f,
        +                String r)
        +
        Create a new replacement pair with a priority of 1.
        +
        +
        Parameters:
        +
        f - The string to find.
        +
        r - The string to replace.
        +
        +
      • +
      + + + +
        +
      • +

        ReplPair

        +
        public ReplPair(String f,
        +                String r,
        +                String n)
        +
        Create a new named replacement pair with a priority of 1.
        +
        +
        Parameters:
        +
        f - The string to find.
        +
        r - The string to replace.
        +
        n - The name of the replacement pair.
        +
        +
      • +
      + + + +
        +
      • +

        ReplPair

        +
        public ReplPair(String f,
        +                String r,
        +                int p)
        +
        Create a new replacement pair with a set priority.
        +
        +
        Parameters:
        +
        f - The string to find.
        +
        r - The string to replace.
        +
        p - The priority for the replacement.
        +
        +
      • +
      + + + +
        +
      • +

        ReplPair

        +
        public ReplPair(String f,
        +                String r,
        +                int p,
        +                String n)
        +
        Create a new replacement pair with a set priority and name.
        +
        +
        Parameters:
        +
        f - The string to find.
        +
        r - The string to replace.
        +
        n - The name of the replacement pair.
        +
        p - The priority for the replacement.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readList

        +
        public static List<ReplPair> readList(Scanner scn)
        +
        Read a list of replacement pairs from an input source.
        +
        +
        Parameters:
        +
        scn - The source to read the replacements from.
        +
        Returns:
        +
        The list of replacements.
        +
        +
      • +
      + + + +
        +
      • +

        readList

        +
        public static List<ReplPair> readList(List<ReplPair> detals,
        +                                      Scanner scn)
        +
        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.
        +
        Returns:
        +
        The list of replacements.
        +
        +
      • +
      + + + +
        +
      • +

        readList

        +
        public static List<ReplPair> readList(List<ReplPair> detals,
        +                                      Scanner scn,
        +                                      List<ReplError> errs)
        +
        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.
        +
        Returns:
        +
        The list of replacements.
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/ReplParseException.html b/docs/apidocs/bjc/everge/ReplParseException.html new file mode 100644 index 0000000..2ffec2e --- /dev/null +++ b/docs/apidocs/bjc/everge/ReplParseException.html @@ -0,0 +1,368 @@ + + + + + + +ReplParseException (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class ReplParseException

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/StageStatus.html b/docs/apidocs/bjc/everge/StageStatus.html new file mode 100644 index 0000000..f4e3b76 --- /dev/null +++ b/docs/apidocs/bjc/everge/StageStatus.html @@ -0,0 +1,367 @@ + + + + + + +StageStatus (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Enum StageStatus

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        INTERNAL

        +
        public static final StageStatus INTERNAL
        +
        Only use for staging pairs; don't export.
        +
      • +
      + + + +
        +
      • +

        EXTERNAL

        +
        public static final StageStatus EXTERNAL
        +
        Don't use for staging pairs; do export.
        +
      • +
      + + + +
        +
      • +

        BOTH

        +
        public static final StageStatus BOTH
        +
        Use for staging pairs; do export.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static StageStatus[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (StageStatus c : StageStatus.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static StageStatus valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/StringUtils.html b/docs/apidocs/bjc/everge/StringUtils.html new file mode 100644 index 0000000..0b5e338 --- /dev/null +++ b/docs/apidocs/bjc/everge/StringUtils.html @@ -0,0 +1,291 @@ + + + + + + +StringUtils (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class StringUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class StringUtils
    +extends Object
    +
    Utility methods for strings.
    +
    +
    Author:
    +
    Ben Culkin.
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StringUtils

        +
        public StringUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        escapeSplit

        +
        public static String[] escapeSplit(String escape,
        +                                   String splat,
        +                                   String inp)
        +
        Split a string on every occurance of a string not preceeded by an escape.
        +
        +
        Parameters:
        +
        escape - The escape that stops splitting.
        +
        splat - The string to split on.
        +
        inp - The string to split.
        +
        Returns:
        +
        The string split as specified above.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/Everge.InputStatus.html b/docs/apidocs/bjc/everge/class-use/Everge.InputStatus.html new file mode 100644 index 0000000..81a7a08 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/Everge.InputStatus.html @@ -0,0 +1,158 @@ + + + + + + +Uses of Class bjc.everge.Everge.InputStatus (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.Everge.InputStatus

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/Everge.html b/docs/apidocs/bjc/everge/class-use/Everge.html new file mode 100644 index 0000000..2c6eee2 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/Everge.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class bjc.everge.Everge (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.Everge

+
+
No usage of bjc.everge.Everge
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/IntHolder.html b/docs/apidocs/bjc/everge/class-use/IntHolder.html new file mode 100644 index 0000000..07ae0b6 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/IntHolder.html @@ -0,0 +1,152 @@ + + + + + + +Uses of Class bjc.everge.IntHolder (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.IntHolder

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/ReplError.html b/docs/apidocs/bjc/everge/class-use/ReplError.html new file mode 100644 index 0000000..2115627 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/ReplError.html @@ -0,0 +1,186 @@ + + + + + + +Uses of Class bjc.everge.ReplError (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.ReplError

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/ReplOpts.html b/docs/apidocs/bjc/everge/class-use/ReplOpts.html new file mode 100644 index 0000000..3d84a39 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/ReplOpts.html @@ -0,0 +1,152 @@ + + + + + + +Uses of Class bjc.everge.ReplOpts (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.ReplOpts

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/ReplPair.html b/docs/apidocs/bjc/everge/class-use/ReplPair.html new file mode 100644 index 0000000..2907d4c --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/ReplPair.html @@ -0,0 +1,221 @@ + + + + + + +Uses of Class bjc.everge.ReplPair (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.ReplPair

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/ReplParseException.html b/docs/apidocs/bjc/everge/class-use/ReplParseException.html new file mode 100644 index 0000000..154f563 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/ReplParseException.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class bjc.everge.ReplParseException (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.ReplParseException

+
+
No usage of bjc.everge.ReplParseException
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/StageStatus.html b/docs/apidocs/bjc/everge/class-use/StageStatus.html new file mode 100644 index 0000000..15905d7 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/StageStatus.html @@ -0,0 +1,173 @@ + + + + + + +Uses of Class bjc.everge.StageStatus (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.StageStatus

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/class-use/StringUtils.html b/docs/apidocs/bjc/everge/class-use/StringUtils.html new file mode 100644 index 0000000..d257622 --- /dev/null +++ b/docs/apidocs/bjc/everge/class-use/StringUtils.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class bjc.everge.StringUtils (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
bjc.everge.StringUtils

+
+
No usage of bjc.everge.StringUtils
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/package-frame.html b/docs/apidocs/bjc/everge/package-frame.html new file mode 100644 index 0000000..e9030fe --- /dev/null +++ b/docs/apidocs/bjc/everge/package-frame.html @@ -0,0 +1,35 @@ + + + + + + +bjc.everge (everge 1.0-SNAPSHOT API) + + + + + +

bjc.everge

+
+

Classes

+ +

Enums

+ +

Exceptions

+ +
+ + diff --git a/docs/apidocs/bjc/everge/package-summary.html b/docs/apidocs/bjc/everge/package-summary.html new file mode 100644 index 0000000..7fa0e64 --- /dev/null +++ b/docs/apidocs/bjc/everge/package-summary.html @@ -0,0 +1,212 @@ + + + + + + +bjc.everge (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package bjc.everge

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/package-tree.html b/docs/apidocs/bjc/everge/package-tree.html new file mode 100644 index 0000000..4e3a096 --- /dev/null +++ b/docs/apidocs/bjc/everge/package-tree.html @@ -0,0 +1,164 @@ + + + + + + +bjc.everge Class Hierarchy (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package bjc.everge

+
+
+

Class Hierarchy

+ +

Enum Hierarchy

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/everge/package-use.html b/docs/apidocs/bjc/everge/package-use.html new file mode 100644 index 0000000..5f7322f --- /dev/null +++ b/docs/apidocs/bjc/everge/package-use.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Package bjc.everge (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
bjc.everge

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

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/apidocs/bjc/replpair/ReplError.html b/docs/apidocs/bjc/replpair/ReplError.html deleted file mode 100644 index 5204357..0000000 --- a/docs/apidocs/bjc/replpair/ReplError.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - -ReplError (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - - -
-
bjc.replpair
-

Class ReplError

-
-
- -
-
    -
  • -
    -
    -
    public class ReplError
    -extends Object
    -
    Represents an error encountered parsing ReplPairs
    -
    -
    Author:
    -
    Ben Culkin
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        line

        -
        public int line
        -
        The line the error occured on.
        -
      • -
      - - - -
        -
      • -

        numPairs

        -
        public int numPairs
        -
        The number of pairs we have processed so far.
        -
      • -
      - - - -
        -
      • -

        txt

        -
        public String txt
        -
        The text of the line we errored on.
        -
      • -
      - - - -
        -
      • -

        msg

        -
        public String msg
        -
        The message of the error.
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ReplError

        -
        public ReplError(int lne,
        -                 int nPairs,
        -                 String msg,
        -                 String txt)
        -
        Create a new ReplPair parse error.
        -
        -
        Parameters:
        -
        lne - The line the error occured on.
        -
        nPairs - The number of pairs processed up to this point.
        -
        msg - The message detailing the error.
        -
        txt - The text that caused the error.
        -
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/ReplOpts.html b/docs/apidocs/bjc/replpair/ReplOpts.html deleted file mode 100644 index 2da743b..0000000 --- a/docs/apidocs/bjc/replpair/ReplOpts.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - -ReplOpts (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - - -
-
bjc.replpair
-

Class ReplOpts

-
-
- -
-
    -
  • -
    -
    -
    public class ReplOpts
    -extends Object
    -
    Options for processing ReplPairs.
    -
    -
    Author:
    -
    Ben Culkin.
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        defPrior

        -
        public int defPrior
        -
        The default priority.
        -
      • -
      - - - -
        -
      • -

        defStage

        -
        public int defStage
        -
        The default stage.
        -
      • -
      - - - -
        -
      • -

        defMulti

        -
        public boolean defMulti
        -
        Whether to process multi-line defns.
        -
      • -
      - - - -
        -
      • -

        defStatus

        -
        public StageStatus defStatus
        -
        Default status.
        -
      • -
      - - - -
        -
      • -

        isDebug

        -
        public boolean isDebug
        -
        Enable debug info.
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ReplOpts

        -
        public ReplOpts()
        -
        Create a default set of options.
        -
      • -
      - - - -
        -
      • -

        ReplOpts

        -
        public ReplOpts(int p,
        -                int s,
        -                boolean m,
        -                StageStatus t,
        -                boolean d)
        -
        Create a new set of repl. opts
        -
        -
        Parameters:
        -
        p - The default priority to use
        -
        s - The default stage to use
        -
        m - Whether to process multi-line defns.
        -
        t - The default status.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/ReplPair.html b/docs/apidocs/bjc/replpair/ReplPair.html deleted file mode 100644 index fff44ec..0000000 --- a/docs/apidocs/bjc/replpair/ReplPair.html +++ /dev/null @@ -1,623 +0,0 @@ - - - - - - -ReplPair (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - - -
-
bjc.replpair
-

Class ReplPair

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        priority

        -
        public int priority
        -
        The priority for this replacement.
        -
      • -
      - - - -
        -
      • -

        name

        -
        public String name
        -
        The name of this replacement. - - Defaults to the 'find' string.
        -
      • -
      - - - -
        -
      • -

        find

        -
        public String find
        -
        The string to look for.
        -
      • -
      - - - -
        -
      • -

        replace

        -
        public String replace
        -
        The string to replace it with.
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ReplPair

        -
        public ReplPair()
        -
        Create a new blank replacement pair.
        -
      • -
      - - - -
        -
      • -

        ReplPair

        -
        public ReplPair(String f,
        -                String r)
        -
        Create a new replacement pair with a priority of 1.
        -
        -
        Parameters:
        -
        f - The string to find.
        -
        r - The string to replace.
        -
        -
      • -
      - - - -
        -
      • -

        ReplPair

        -
        public ReplPair(String f,
        -                String r,
        -                String n)
        -
        Create a new named replacement pair with a priority of 1.
        -
        -
        Parameters:
        -
        f - The string to find.
        -
        r - The string to replace.
        -
        n - The name of the replacement pair.
        -
        -
      • -
      - - - -
        -
      • -

        ReplPair

        -
        public ReplPair(String f,
        -                String r,
        -                int p)
        -
        Create a new replacement pair with a set priority.
        -
        -
        Parameters:
        -
        f - The string to find.
        -
        r - The string to replace.
        -
        p - The priority for the replacement.
        -
        -
      • -
      - - - -
        -
      • -

        ReplPair

        -
        public ReplPair(String f,
        -                String r,
        -                int p,
        -                String n)
        -
        Create a new replacement pair with a set priority and name.
        -
        -
        Parameters:
        -
        f - The string to find.
        -
        r - The string to replace.
        -
        n - The name of the replacement pair.
        -
        p - The priority for the replacement.
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readList

        -
        public static List<ReplPair> readList(Scanner scn)
        -
        Read a list of replacement pairs from an input source.
        -
        -
        Parameters:
        -
        scn - The source to read the replacements from.
        -
        Returns:
        -
        The list of replacements.
        -
        -
      • -
      - - - -
        -
      • -

        readList

        -
        public static List<ReplPair> readList(List<ReplPair> detals,
        -                                      Scanner scn)
        -
        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.
        -
        Returns:
        -
        The list of replacements.
        -
        -
      • -
      - - - -
        -
      • -

        readList

        -
        public static List<ReplPair> readList(List<ReplPair> detals,
        -                                      Scanner scn,
        -                                      List<ReplError> errs)
        -
        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.
        -
        Returns:
        -
        The list of replacements.
        -
        -
      • -
      - - - - - - - - - - - - - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/StageStatus.html b/docs/apidocs/bjc/replpair/StageStatus.html deleted file mode 100644 index c6f0c08..0000000 --- a/docs/apidocs/bjc/replpair/StageStatus.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - - -StageStatus (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - - -
-
bjc.replpair
-

Enum StageStatus

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        INTERNAL

        -
        public static final StageStatus INTERNAL
        -
        Only use for staging pairs; don't export.
        -
      • -
      - - - -
        -
      • -

        EXTERNAL

        -
        public static final StageStatus EXTERNAL
        -
        Don't use for staging pairs; do export.
        -
      • -
      - - - -
        -
      • -

        BOTH

        -
        public static final StageStatus BOTH
        -
        Use for staging pairs; do export.
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static StageStatus[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (StageStatus c : StageStatus.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static StageStatus valueOf(String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        IllegalArgumentException - if this enum type has no constant with the specified name
        -
        NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/class-use/ReplError.html b/docs/apidocs/bjc/replpair/class-use/ReplError.html deleted file mode 100644 index 60ad3ca..0000000 --- a/docs/apidocs/bjc/replpair/class-use/ReplError.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Class bjc.replpair.ReplError (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
bjc.replpair.ReplError

-
-
- -
- -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/class-use/ReplOpts.html b/docs/apidocs/bjc/replpair/class-use/ReplOpts.html deleted file mode 100644 index aa7ca94..0000000 --- a/docs/apidocs/bjc/replpair/class-use/ReplOpts.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 2bb6311..0000000 --- a/docs/apidocs/bjc/replpair/class-use/ReplPair.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - -Uses of Class bjc.replpair.ReplPair (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
bjc.replpair.ReplPair

-
-
- -
- -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/class-use/StageStatus.html b/docs/apidocs/bjc/replpair/class-use/StageStatus.html deleted file mode 100644 index 28239ee..0000000 --- a/docs/apidocs/bjc/replpair/class-use/StageStatus.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -Uses of Class bjc.replpair.StageStatus (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
bjc.replpair.StageStatus

-
-
- -
- -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/package-frame.html b/docs/apidocs/bjc/replpair/package-frame.html deleted file mode 100644 index 5545ec3..0000000 --- a/docs/apidocs/bjc/replpair/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -bjc.replpair (everge 1.0-SNAPSHOT API) - - - - - -

bjc.replpair

-
-

Classes

- -

Enums

- -
- - diff --git a/docs/apidocs/bjc/replpair/package-summary.html b/docs/apidocs/bjc/replpair/package-summary.html deleted file mode 100644 index 545f70d..0000000 --- a/docs/apidocs/bjc/replpair/package-summary.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -bjc.replpair (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Package bjc.replpair

-
-
- -
- -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/package-tree.html b/docs/apidocs/bjc/replpair/package-tree.html deleted file mode 100644 index 9b16b77..0000000 --- a/docs/apidocs/bjc/replpair/package-tree.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -bjc.replpair Class Hierarchy (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Hierarchy For Package bjc.replpair

-
-
-

Class Hierarchy

- -

Enum Hierarchy

- -
- -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/bjc/replpair/package-use.html b/docs/apidocs/bjc/replpair/package-use.html deleted file mode 100644 index 8e93ee5..0000000 --- a/docs/apidocs/bjc/replpair/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Package bjc.replpair (everge 1.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Package
bjc.replpair

-
-
- -
- -
- - - - - - - -
- - -

Copyright © 2019. All rights reserved.

- - diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index a078162..cd631de 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) - + @@ -32,10 +32,10 @@