@Deprecated public class IPhoneSimulatorCommandExecutor extends java.lang.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(java.net.URL url,
IPhoneSimulatorBinary binary)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Response |
execute(Command command)
Deprecated.
|
void |
startClient()
Deprecated.
|
void |
stopClient()
Deprecated.
|
public IPhoneSimulatorCommandExecutor(java.net.URL url, IPhoneSimulatorBinary binary) throws java.lang.Exception
java.lang.Exception
public void startClient()
public void stopClient()
public Response execute(Command command) throws java.io.IOException
execute
in interface CommandExecutor
java.io.IOException