Interface AppMain

All Known Implementing Classes:
ModelizerAppEntryPoint

public interface AppMain
Contract implemented by applications that can be launched by the bootstrap runtime.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(String[] args)
    Starts the application entry point.
  • Method Details

    • start

      void start(String[] args)
      Starts the application entry point.
      Parameters:
      args - command-line arguments supplied by the launcher