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/replpair/ReplPair.html | 623 -------------------------------- 1 file changed, 623 deletions(-) delete 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 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.

- - -- cgit v1.2.3