Class LauncherRestarter
java.lang.Object
be.yildizgames.common.application.helper.restarter.LauncherRestarter
- All Implemented Interfaces:
Restarter
Handles restarting the application process by using a native launcher.
- Author:
- Grégory Van den Borre
-
Constructor Summary
ConstructorsConstructorDescriptionLauncherRestarter(String windowExecutable, String linuxExecutable) Constructs a Restarter with the executables. -
Method Summary
-
Constructor Details
-
LauncherRestarter
Constructs a Restarter with the executables.- Parameters:
windowExecutable- Name of the Windows executable file.linuxExecutable- Name of the Linux executable file.
-
-
Method Details