| Modifier and Type | Method and Description |
|---|---|
ProcessExecution |
ProcessExecution.appendOutput(Sentence 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 |
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(Command command)
Spawns a process defined by command.
|
ProcessExecution |
ProcessExecutor.spawn(ProcessInteraction interaction,
Command command)
Spawns 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessExecutor |
ProcessExecutor.removeShutdownHook(ProcessExecution p) |
void |
Answer.reply(ProcessExecution execution)
Reply to the current process execution with the answer
|
void |
TextAnswer.reply(ProcessExecution execution) |
void |
TerminateAnswer.reply(ProcessExecution execution) |
void |
NoAnswer.reply(ProcessExecution execution) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.