java.lang.Object
be.yildizgames.common.application.Starter
Base class for application starters.
- Author:
- Grégory Van den Borre
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final PropertiesGets the application configuration properties.abstract voidstart()Starts the application.
-
Constructor Details
-
Starter
protected Starter()Creates a new starter.
-
-
Method Details
-
getApplicationProperties
Gets the application configuration properties.- Returns:
- the properties
-
start
public abstract void start()Starts the application.
-