Class CLI


  • public class CLI
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CLI​(java.lang.String[] args)
      Create the CLI processor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void go()
      Run the CLI handler, launching the program.
      static void main​(java.lang.String[] args)
      Run the grader via CLI arguments.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CLI

        public CLI​(java.lang.String[] args)
        Create the CLI processor.
        Parameters:
        args - command-line arguments
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Run the grader via CLI arguments.
        Parameters:
        args - command line arguments
      • go

        public void go()
        Run the CLI handler, launching the program.