Uses of Class
org.robovm.compiler.target.LaunchParameters
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.plugin | |
| org.robovm.compiler.plugin.debug | |
| org.robovm.compiler.target | |
| org.robovm.compiler.target.ios |
-
Uses of LaunchParameters in org.robovm.compiler
Methods in org.robovm.compiler with parameters of type LaunchParameters Modifier and Type Method Description intAppCompiler. launch(LaunchParameters launchParameters)intAppCompiler. launch(LaunchParameters launchParameters, InputStream inputStream)ProcessAppCompiler. launchAsync(LaunchParameters launchParameters)ProcessAppCompiler. launchAsync(LaunchParameters launchParameters, InputStream inputStream) -
Uses of LaunchParameters in org.robovm.compiler.plugin
Methods in org.robovm.compiler.plugin with parameters of type LaunchParameters Modifier and Type Method Description abstract voidLaunchPlugin. afterLaunch(Config config, LaunchParameters parameters, Process process)Called after the launch of a RoboVM applicationabstract voidLaunchPlugin. beforeLaunch(Config config, LaunchParameters parameters)Called before the launch of a RoboVM applicationabstract voidLaunchPlugin. launchFailed(Config config, LaunchParameters parameters)Called when the launch failed -
Uses of LaunchParameters in org.robovm.compiler.plugin.debug
Methods in org.robovm.compiler.plugin.debug with parameters of type LaunchParameters Modifier and Type Method Description voidDebuggerLaunchPlugin. afterLaunch(Config config, LaunchParameters parameters, Process process)voidDebuggerLaunchPlugin. beforeLaunch(Config config, LaunchParameters parameters)voidDebuggerLaunchPlugin. launchFailed(Config config, LaunchParameters parameters) -
Uses of LaunchParameters in org.robovm.compiler.target
Methods in org.robovm.compiler.target that return LaunchParameters Modifier and Type Method Description LaunchParametersAbstractTarget. createLaunchParameters()LaunchParametersTarget. createLaunchParameters()CreatesLaunchParametersfor launching the binary built by thisTarget.Methods in org.robovm.compiler.target with parameters of type LaunchParameters Modifier and Type Method Description protected ExecutorConsoleTarget. createExecutor(LaunchParameters launchParameters, String cmd, List<? extends Object> args)protected LauncherAbstractTarget. createLauncher(LaunchParameters launchParameters)protected LauncherConsoleTarget. createLauncher(LaunchParameters launchParameters)protected ProcessAbstractTarget. doLaunch(LaunchParameters launchParameters)ProcessAbstractTarget. launch(LaunchParameters launchParameters)ProcessTarget. launch(LaunchParameters launchParameters)Launches the built binary if supported. -
Uses of LaunchParameters in org.robovm.compiler.target.ios
Subclasses of LaunchParameters in org.robovm.compiler.target.ios Modifier and Type Class Description classIOSDeviceLaunchParametersLaunchParametersimplementation used byIOSTargetwhen launching on device.classIOSSimulatorLaunchParametersLaunchParametersimplementation used byIOSTargetwhen launching on the simulator.Methods in org.robovm.compiler.target.ios that return LaunchParameters Modifier and Type Method Description LaunchParametersIOSTarget. createLaunchParameters()Methods in org.robovm.compiler.target.ios with parameters of type LaunchParameters Modifier and Type Method Description protected LauncherIOSTarget. createLauncher(LaunchParameters launchParameters)protected ProcessIOSTarget. doLaunch(LaunchParameters launchParameters)Constructors in org.robovm.compiler.target.ios with parameters of type LaunchParameters Constructor Description AppLauncherProcess(Logger log, AppLauncher launcher, LaunchParameters launchParameters)