Class ApplicationRestarter
java.lang.Object
be.yildizgames.common.application.helper.restarter.ApplicationRestarter
- All Implemented Interfaces:
Restarter
Handles restarting the application java process.
- Author:
- Grégory Van den Borre
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationRestarter(String jarName) Creates a new restarter with the given JAR name.ApplicationRestarter(String jarName, String javaPath) Creates a new restarter with the given JAR name and a provided. -
Method Summary
-
Constructor Details
-
ApplicationRestarter
Creates a new restarter with the given JAR name.- Parameters:
jarName- the application JAR file name
-
ApplicationRestarter
Creates a new restarter with the given JAR name and a provided.- Parameters:
jarName- the application JAR file namejavaPath- Java implementation to use.
-
-
Method Details