Interface SshEndpointBuilderFactory.SshBuilders

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

public static interface SshEndpointBuilderFactory.SshBuilders
  • Method Details

    • ssh

      SSH (camel-ssh) Execute commands on remote hosts using SSH. Category: file Since: 2.10 Maven coordinates: org.apache.camel:camel-ssh
      Returns:
      the dsl builder for the headers' name.
    • ssh

      SSH (camel-ssh) Execute commands on remote hosts using SSH. Category: file Since: 2.10 Maven coordinates: org.apache.camel:camel-ssh Syntax: ssh:host:port Path parameter: host (required) Sets the hostname of the remote SSH server. Path parameter: port Sets the port number for the remote SSH server. Default value: 22
      Parameters:
      path - host:port
      Returns:
      the dsl builder
    • ssh

      default SshEndpointBuilderFactory.SshEndpointBuilder ssh(String componentName, String path)
      SSH (camel-ssh) Execute commands on remote hosts using SSH. Category: file Since: 2.10 Maven coordinates: org.apache.camel:camel-ssh Syntax: ssh:host:port Path parameter: host (required) Sets the hostname of the remote SSH server. Path parameter: port Sets the port number for the remote SSH server. Default value: 22
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - host:port
      Returns:
      the dsl builder