Interface SftpComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SftpComponentBuilderFactory
Upload and download files to/from SFTP servers. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SftpComponentBuilderFactory.SftpComponentBuilder
Builder for the SFTP component.static class
SftpComponentBuilderFactory.SftpComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SftpComponentBuilderFactory.SftpComponentBuilder
sftp()
SFTP (camel-ftp) Upload and download files to/from SFTP servers.
-
-
-
Method Detail
-
sftp
static SftpComponentBuilderFactory.SftpComponentBuilder sftp()
SFTP (camel-ftp) Upload and download files to/from SFTP servers. Category: file Since: 1.1 Maven coordinates: org.apache.camel:camel-ftp- Returns:
- the dsl builder
-
-