Uses of Class
org.robovm.libimobiledevice.util.AppLauncher
| Package | Description |
|---|---|
| org.robovm.libimobiledevice.util |
-
Uses of AppLauncher in org.robovm.libimobiledevice.util
Methods in org.robovm.libimobiledevice.util that return AppLauncher Modifier and Type Method Description AppLauncherAppLauncher. appLauncherCallback(AppLauncherCallback callback)Sets a callback that is invoked when the remote app info is known.AppLauncherAppLauncher. args(java.lang.String... args)Adds command line arguments which will be passed to the app on launch.AppLauncherAppLauncher. closeOutOnExit(boolean closeOutOnExit)Sets whether the stdout stream should be closed once the app has terminated.AppLauncherAppLauncher. debug(boolean debug)Sets whether GDB protocol packets should be logged toSystem.out.AppLauncherAppLauncher. env(java.lang.String name, java.lang.String value)Adds an environment variable which will be set when launching the app.AppLauncherAppLauncher. env(java.util.Map<java.lang.String,java.lang.String> env)Adds environment variables which will be set when launching the app.AppLauncherAppLauncher. forward(int localPort)Forwards all GDB communication to the local TCP port after the app has been successfully launched.AppLauncherAppLauncher. installStatusCallback(InstallationProxyClient.StatusCallback callback)Sets anInstallationProxyClient.StatusCallbackwhich will be used to report the progress when the app is installed on the device.AppLauncherAppLauncher. launchOnLockedRetries(int launchOnLockedRetries)Sets the number of times to retry a launch if the device is locked.AppLauncherAppLauncher. secondsBetweenLaunchOnLockedRetries(int secondsBetweenLaunchOnLockedRetries)Sets the number of seconds to wait between launch retries when the device is locked.AppLauncherAppLauncher. stdout(java.io.OutputStream stdout)Sets anOutputStreamwhich all console output (stdout and stderr) of the app will be written to when the app is launched.AppLauncherAppLauncher. uploadProgressCallback(AfcClient.UploadProgressCallback callback)Sets anAfcClient.UploadProgressCallbackwhich will be used to report the progress when the app is uploaded to the device.AppLauncherAppLauncher. xcodePath(java.lang.String xcodePath)Sets the path to Xcode where developer images will be searched for.