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/bjc/everge/ReplPair.html | 640 ++++++++++++++++++++++++++++++++++ 1 file changed, 640 insertions(+) create mode 100644 docs/apidocs/bjc/everge/ReplPair.html (limited to 'docs/apidocs/bjc/everge/ReplPair.html') 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.

+ + -- cgit v1.2.3