| Package | Description |
|---|---|
| org.arquillian.droidium.container.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessExecution |
ProcessExecution.appendOutput(String line)
Adds a line to output of this process
|
ProcessExecution |
ProcessExecutor.execute(Command command)
Executes a process defined by command.
|
ProcessExecution |
ProcessExecutor.execute(ProcessInteraction interaction,
Command command)
Executes a process defined by command.
|
ProcessExecution |
AndroidEmulator.getProcess() |
ProcessExecution |
ProcessExecution.replyWith(String reply)
Writes
reply into process input stream |
ProcessExecution |
ProcessExecutor.spawn(Command command)
Spawns a process defined by command.
|
ProcessExecution |
ProcessExecutor.spawn(ProcessInteraction interaction,
Command command)
Spawns a process defined by command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AndroidEmulator.setProcess(ProcessExecution process) |
| Constructor and Description |
|---|
AndroidEmulator(ProcessExecution process) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.