Interface ExecEndpointBuilderFactory.ExecBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- ExecEndpointBuilderFactory
public static interface ExecEndpointBuilderFactory.ExecBuilders
-
Method Summary
Modifier and TypeMethodDescriptionexec()Exec (camel-exec) Execute commands on the underlying operating system.Exec (camel-exec) Execute commands on the underlying operating system.Exec (camel-exec) Execute commands on the underlying operating system.
-
Method Details
-
exec
Exec (camel-exec) Execute commands on the underlying operating system. Category: core Since: 2.3 Maven coordinates: org.apache.camel:camel-exec- Returns:
- the dsl builder for the headers' name.
-
exec
Exec (camel-exec) Execute commands on the underlying operating system. Category: core Since: 2.3 Maven coordinates: org.apache.camel:camel-exec Syntax:exec:executablePath parameter: executable (required) Sets the executable to be executed. The executable must not be empty or null.- Parameters:
path- executable- Returns:
- the dsl builder
-
exec
Exec (camel-exec) Execute commands on the underlying operating system. Category: core Since: 2.3 Maven coordinates: org.apache.camel:camel-exec Syntax:exec:executablePath parameter: executable (required) Sets the executable to be executed. The executable must not be empty or null.- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- executable- Returns:
- the dsl builder
-