Interface Bootstrappable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int RUN_EXCEPTION_EXIT_CODE
      Exit code used when run method throws exception.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run​(java.lang.String[] args)
      Called by Bootstrap after processing the Configurable interface.
    • Field Detail

      • RUN_EXCEPTION_EXIT_CODE

        static final int RUN_EXCEPTION_EXIT_CODE
        Exit code used when run method throws exception.
        See Also:
        Constant Field Values
    • Method Detail

      • run

        void run​(java.lang.String[] args)
          throws java.lang.Exception
        Called by Bootstrap after processing the Configurable interface.
        Parameters:
        args - array of command line arguments.
        Throws:
        java.lang.Exception - Exception