java.lang.Object
be.yildizgames.common.application.Starter

public abstract class Starter extends Object
Base class for application starters.
Author:
Grégory Van den Borre
  • Constructor Details

    • Starter

      protected Starter()
      Creates a new starter.
  • Method Details

    • getApplicationProperties

      protected final Properties getApplicationProperties()
      Gets the application configuration properties.
      Returns:
      the properties
    • start

      public abstract void start()
      Starts the application.