public static interface ExecEndpointBuilderFactory.ExecBuilders
| Modifier and Type | Method and Description |
|---|---|
default ExecEndpointBuilderFactory.ExecEndpointBuilder |
exec(String path)
Exec (camel-exec)
The exec component can be used to execute OS system commands.
|
default 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