Class ApplicationLauncher

java.lang.Object
com.tenio.common.logger.AbstractLogger
com.tenio.common.logger.SystemLogger
com.tenio.core.ApplicationLauncher

public final class ApplicationLauncher extends com.tenio.common.logger.SystemLogger
Your application will start from here.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    run(Class<?> entryClass, String[] params)
    Run the application.
    void
    start(Class<?> entryClass, String[] params)
    Start The Game Server With DI.

    Methods inherited from class com.tenio.common.logger.SystemLogger

    debug, trace, trace

    Methods inherited from class com.tenio.common.logger.AbstractLogger

    buildgen, error, error, info, info, info, info, info, info, info, info

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      public static void run(Class<?> entryClass, String[] params)
      Run the application.
      Parameters:
      entryClass - the root class
      params - the parameters
    • start

      public void start(Class<?> entryClass, String[] params)
      Start The Game Server With DI.
      Parameters:
      entryClass - the root class
      params - the parameters