Interface ExecEndpointBuilderFactory.ExecBuilders

    • Method Detail

      • exec

        default ExecEndpointBuilderFactory.ExecHeaderNameBuilder exec()
        Exec (camel-exec) Execute commands on the underlying operating system. Category: system Since: 2.3 Maven coordinates: org.apache.camel:camel-exec
        Returns:
        the dsl builder for the headers' name.
      • exec

        default ExecEndpointBuilderFactory.ExecEndpointBuilder exec​(String path)
        Exec (camel-exec) Execute commands on the underlying operating system. Category: system 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: system 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