Package | Description |
---|---|
org.apache.camel.component.exec | |
org.apache.camel.component.exec.impl |
Modifier and Type | Method and Description |
---|---|
ExecCommandExecutor |
ExecEndpoint.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
ExecEndpoint.setCommandExecutor(ExecCommandExecutor commandExecutor)
A reference to a org.apache.commons.exec.ExecCommandExecutor in the Registry that customizes the command execution.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecCommandExecutor
Executes the command utilizing the Apache Commons exec library.
|
Apache Camel