Interface SshComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SshComponentBuilderFactory
Execute commands on remote hosts using SSH. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSshComponentBuilderFactory.SshComponentBuilderBuilder for the SSH component.static classSshComponentBuilderFactory.SshComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SshComponentBuilderFactory.SshComponentBuilderssh()SSH (camel-ssh) Execute commands on remote hosts using SSH.
-
-
-
Method Detail
-
ssh
static SshComponentBuilderFactory.SshComponentBuilder 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
-
-