| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ExecEndpointBuilderFactory.ExecEndpointBuilder |
StaticEndpointBuilders.exec(String path)
Exec (camel-exec)
Execute commands on the underlying operating system.
|
static ExecEndpointBuilderFactory.ExecEndpointBuilder |
StaticEndpointBuilders.exec(String componentName,
String path)
Exec (camel-exec)
Execute commands on the underlying operating system.
|
| Modifier and Type | Method and Description |
|---|---|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.args(String args)
The arguments may be one or many whitespace-separated tokens.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.binding(Object binding)
A reference to a org.apache.commons.exec.ExecBinding in the Registry.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.binding(String binding)
A reference to a org.apache.commons.exec.ExecBinding in the Registry.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.commandExecutor(Object commandExecutor)
A reference to a org.apache.commons.exec.ExecCommandExecutor in the
Registry that customizes the command execution.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.commandExecutor(String commandExecutor)
A reference to a org.apache.commons.exec.ExecCommandExecutor in the
Registry that customizes the command execution.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.commandLogLevel(org.apache.camel.LoggingLevel commandLogLevel)
Logging level to be used for commands during execution.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.commandLogLevel(String commandLogLevel)
Logging level to be used for commands during execution.
|
static ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecBuilders.exec(String path)
Exec (camel-exec)
Execute commands on the underlying operating system.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecBuilders.exec(String componentName,
String path)
Exec (camel-exec)
Execute commands on the underlying operating system.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.outFile(String outFile)
The name of a file, created by the executable, that should be
considered as its output.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.timeout(long timeout)
The timeout, in milliseconds, after which the executable should be
terminated.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.timeout(String timeout)
The timeout, in milliseconds, after which the executable should be
terminated.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.useStderrOnEmptyStdout(boolean useStderrOnEmptyStdout)
A boolean indicating that when stdout is empty, this component will
populate the Camel Message Body with stderr.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.useStderrOnEmptyStdout(String useStderrOnEmptyStdout)
A boolean indicating that when stdout is empty, this component will
populate the Camel Message Body with stderr.
|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
ExecEndpointBuilderFactory.ExecEndpointBuilder.workingDir(String workingDir)
The directory in which the command should be executed.
|
Apache Camel