-
- All Known Implementing Classes:
ApplicationLauncherImpl
public interface ApplicationLauncherInterface that configures a few necessary System properties before launching an application with its' given parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlaunch(Class<? extends Application> appClass, String... appArgs)Configures a few necessary System properties before launching the application with the given arguments.
-
-
-
Method Detail
-
launch
void launch(Class<? extends Application> appClass, String... appArgs)
Configures a few necessary System properties before launching the application with the given arguments.
-
-