Class CommandLineInterface


  • public class CommandLineInterface
    extends Object
    Entry point for ROBOT command-line interface.
    Author:
    James A. Overton
    • Constructor Detail

      • CommandLineInterface

        public CommandLineInterface()
    • Method Detail

      • main

        public static void main​(String[] args)
        Execute the given command-line arguments, catching any exceptions.
        Parameters:
        args - the command-line arguments
      • execute

        public static void execute​(String[] args)
                            throws Exception
        Execute the given command-line arguments, throwing any exceptions.
        Parameters:
        args - the command-line arguments
        Throws:
        Exception - on any problem