Package org.robovm.compiler.target.ios
Class IOSDeviceLaunchParameters
java.lang.Object
org.robovm.compiler.target.LaunchParameters
org.robovm.compiler.target.ios.IOSDeviceLaunchParameters
public class IOSDeviceLaunchParameters extends LaunchParameters
LaunchParameters implementation used by IOSTarget when
launching on device. Also used to receive the remote app path from a device.-
Constructor Summary
Constructors Constructor Description IOSDeviceLaunchParameters() -
Method Summary
Modifier and Type Method Description AppLauncherCallbackgetAppPathCallback()StringgetDeviceId()intgetForwardPort()voidsetAppLauncherCallback(AppLauncherCallback appPathCallback)voidsetDeviceId(String deviceId)voidsetForwardPort(int forwardPort)Methods inherited from class org.robovm.compiler.target.LaunchParameters
getArguments, getArguments, getEnvironment, getStderrFifo, getStdoutFifo, getWorkingDirectory, setArguments, setEnvironment, setStderrFifo, setStdoutFifo, setWorkingDirectory
-
Constructor Details
-
IOSDeviceLaunchParameters
public IOSDeviceLaunchParameters()
-
-
Method Details
-
getDeviceId
-
setDeviceId
-
getForwardPort
public int getForwardPort() -
setForwardPort
public void setForwardPort(int forwardPort) -
getAppPathCallback
-
setAppLauncherCallback
-