Interface ApplicationClientContainer


public interface ApplicationClientContainer
Shared interface required to avoid circular dependency of gf-client.jar and gf-client-module.jar
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    launch(String[] args)
    Executes the client.
  • Method Details

    • launch

      void launch(String[] args) throws UserError
      Executes the client. The implementation of this interface might require some preparation.
      Parameters:
      args -
      Throws:
      UserError - When user provided incorrect arguments or some requirements were not met.