Class JarApplicationLauncher
java.lang.Object
lu.kbra.modelizer_next.bootstrap.subapp.JarApplicationLauncher
Launches an installed app jar through an isolated class loader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlaunch(String[] args, Queue<File> toBeOpened, InstalledApplication application) Launches the installed application.
-
Constructor Details
-
JarApplicationLauncher
public JarApplicationLauncher()
-
-
Method Details
-
launch
public void launch(String[] args, Queue<File> toBeOpened, InstalledApplication application) throws AppLaunchException Launches the installed application.- Parameters:
args- command-line arguments supplied by the launchertoBeOpened- to be opened value used by the operationapplication- application value used by the operation- Throws:
AppLaunchException- if the operation cannot be completed
-