From be27420d9f67ccbbda1f0663328acdb376d06058 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 11 Jun 2019 22:57:29 -0400 Subject: Relocate site --- docs/apidocs/bjc/replpair/ReplPair.html | 604 ++++++++++++++++++++++++++++++++ 1 file changed, 604 insertions(+) create mode 100644 docs/apidocs/bjc/replpair/ReplPair.html (limited to 'docs/apidocs/bjc/replpair/ReplPair.html') diff --git a/docs/apidocs/bjc/replpair/ReplPair.html b/docs/apidocs/bjc/replpair/ReplPair.html new file mode 100644 index 0000000..a58db80 --- /dev/null +++ b/docs/apidocs/bjc/replpair/ReplPair.html @@ -0,0 +1,604 @@ + + + + + + +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.

+ + -- cgit v1.2.3