| Package | Description |
|---|---|
| org.arquillian.droidium.container.execution |
| Modifier and Type | Method and Description |
|---|---|
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 |
ProcessExecutor.spawn(ProcessInteraction interaction,
String[] command)
Spawns a process defined by command.
|
ProcessExecution |
ProcessExecutor.spawn(String... command)
Spawns a process defined by command.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.