@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ExecEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecEndpointBuilderFactory.AdvancedExecEndpointBuilder
Advanced builder for endpoint for the Exec component.
|
static interface |
ExecEndpointBuilderFactory.ExecBuilders |
static interface |
ExecEndpointBuilderFactory.ExecEndpointBuilder
Builder for endpoint for the Exec component.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecEndpointBuilderFactory.ExecEndpointBuilder |
exec(String path)
Exec (camel-exec)
The exec component can be used to execute OS system commands.
|
static ExecEndpointBuilderFactory.ExecEndpointBuilder exec(String path)
exec:executable
Path parameter: executable (required)
Sets the executable to be executed. The executable must not be empty or
null.Apache Camel