Uses of Interface
org.robovm.compiler.target.Launcher
| Package | Description |
|---|---|
| org.robovm.compiler.target | |
| org.robovm.compiler.target.ios | |
| org.robovm.compiler.util |
-
Uses of Launcher in org.robovm.compiler.target
Methods in org.robovm.compiler.target that return Launcher Modifier and Type Method Description protected LauncherAbstractTarget. createLauncher(LaunchParameters launchParameters)protected LauncherConsoleTarget. createLauncher(LaunchParameters launchParameters) -
Uses of Launcher in org.robovm.compiler.target.ios
Classes in org.robovm.compiler.target.ios that implement Launcher Modifier and Type Class Description classAppLauncherProcessProcessimplementation which runs an app on a device using anAppLauncher.classSimLauncherProcessProcessimplementation which runs an app on a simulator using an simctlMethods in org.robovm.compiler.target.ios that return Launcher Modifier and Type Method Description protected LauncherIOSTarget. createLauncher(LaunchParameters launchParameters) -
Uses of Launcher in org.robovm.compiler.util
Classes in org.robovm.compiler.util that implement Launcher Modifier and Type Class Description classExecutorBuilder style wrapper aroundcommons-execwhich also adds support for asynchronous execution.