| Package | Description |
|---|---|
| org.arquillian.droidium.container.configuration | |
| org.arquillian.droidium.container.impl |
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.add(List<String> tokens)
Add list of tokens to already existing list we are constructing, ignoring null and empty ones.
|
Command |
Command.add(String token)
Adds a token to the command list.
|
Command |
Command.addAsString(String tokens)
Adds tokens written in the simple string, parsing tokens when delimiter is a space.
|
Command |
Command.clear()
Clears the emulator command list.
|
Command |
Command.remove(String token)
Remove all occurences of
token from the command list. |
| Modifier and Type | Method and Description |
|---|---|
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 |
ProcessExecutor.spawn(Command command)
Spawns a process defined by command.
|
ProcessExecution |
ProcessExecutor.spawn(ProcessInteraction interaction,
Command command)
Spawns a process defined by command.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.