@Deprecated 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
Deprecated.
|
| Constructor and Description |
|---|
IPhoneSimulatorCommandExecutor(URL url,
IPhoneSimulatorBinary binary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
execute(Command command)
Deprecated.
|
void |
startClient()
Deprecated.
|
void |
stopClient()
Deprecated.
|
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.