| Modifier and Type | Method and Description |
|---|---|
Command |
CommandBuilder.build()
Builds so-far constructed command, any subsequent call of this method will build command starting from empty command
instance.
|
| 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 © 2014 JBoss by Red Hat. All rights reserved.