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

+ + -- cgit v1.2.3