Interface ExecEndpointBuilderFactory.ExecBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
ExecEndpointBuilderFactory

public static interface ExecEndpointBuilderFactory.ExecBuilders
  • 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:executable Path 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

      default ExecEndpointBuilderFactory.ExecEndpointBuilder exec(String componentName, String path)
      Exec (camel-exec) Execute commands on the underlying operating system. Category: core Since: 2.3 Maven coordinates: org.apache.camel:camel-exec Syntax: exec:executable Path 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 name
      path - executable
      Returns:
      the dsl builder