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