| Package | Description |
|---|---|
| org.apache.camel.component.exec | |
| org.apache.camel.component.exec.impl |
| Modifier and Type | Method and Description |
|---|---|
ExecCommand |
ExecResult.getCommand()
The executed command, that produced this result.
|
ExecCommand |
ExecBinding.readInput(org.apache.camel.Exchange exchange,
ExecEndpoint endpoint)
|
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
ExecCommandExecutor.execute(ExecCommand execCommand)
|
| Constructor and Description |
|---|
ExecResult(ExecCommand command,
InputStream stdout,
InputStream stderr,
int exitValue)
Creates a
ExecResult instance. |
| Modifier and Type | Method and Description |
|---|---|
ExecCommand |
DefaultExecBinding.readInput(org.apache.camel.Exchange exchange,
ExecEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
DefaultExecCommandExecutor.execute(ExecCommand command) |
protected org.apache.commons.exec.DefaultExecutor |
DefaultExecCommandExecutor.prepareDefaultExecutor(ExecCommand execCommand) |
protected org.apache.commons.exec.CommandLine |
DefaultExecCommandExecutor.toCommandLine(ExecCommand execCommand)
Transforms an
ExecCommand to a CommandLine. |
Apache Camel