Interface Bootstrappable

All Known Implementing Classes:
AwsBatchIndexer, EIDSInputWedge, InputWedge, ProductClient

public interface Bootstrappable
An interface used by the Bootstrap class to invoke the main class.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    void
    run(String[] args)
    Called by Bootstrap after processing the Configurable interface.
  • Field Details

    • RUN_EXCEPTION_EXIT_CODE

      static final int RUN_EXCEPTION_EXIT_CODE
      Exit code used when run method throws exception.
      See Also:
  • Method Details

    • run

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