Package | Description |
---|---|
org.springframework.integration.file.remote.synchronizer |
Provides classes supporting the synchronization of remote and
local file directories.
|
org.springframework.integration.ftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.sftp.inbound |
Provides classes supporting inbound endpoints.
|
Constructor and Description |
---|
AbstractInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<F> synchronizer) |
AbstractInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<F> synchronizer,
Comparator<File> comparator) |
Modifier and Type | Class and Description |
---|---|
class |
FtpInboundFileSynchronizer
An implementation of
AbstractInboundFileSynchronizer for FTP. |
Constructor and Description |
---|
FtpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile> synchronizer) |
FtpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile> synchronizer,
Comparator<File> comparator) |
Modifier and Type | Class and Description |
---|---|
class |
SftpInboundFileSynchronizer
Handles the synchronization between a remote SFTP directory and a local mount.
|
Constructor and Description |
---|
SftpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry> synchronizer) |
SftpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry> synchronizer,
Comparator<File> comparator) |
Copyright © 2017. All rights reserved.