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 interface
SshComponentBuilderFactory.SshComponentBuilder
Builder for the SSH component.static class
SshComponentBuilderFactory.SshComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SshComponentBuilderFactory.SshComponentBuilder
ssh()
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
-
-