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

+ + -- cgit v1.2.3