public class IPhoneSimulatorCommandExecutor extends Object implements CommandExecutor
CommandExecutor that communicates with an iPhone Simulator running on localhost in a
subprocess. Before executing each command, the IPhoneSimulatorCommandExecutor will verify
that the simulator is still running and throw an IPhoneSimulatorCommandExecutor.IPhoneSimulatorNotRunningException if it
is not.| Modifier and Type | Class and Description |
|---|---|
static class |
IPhoneSimulatorCommandExecutor.IPhoneSimulatorNotRunningException |
| Constructor and Description |
|---|
IPhoneSimulatorCommandExecutor(URL url,
IPhoneSimulatorBinary binary) |
public IPhoneSimulatorCommandExecutor(URL url, IPhoneSimulatorBinary binary) throws Exception
Exceptionpublic void startClient()
public void stopClient()
public Response execute(Command command) throws IOException
execute in interface CommandExecutorIOExceptionCopyright © 2013. All Rights Reserved.