Uses of Class
org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer
Packages that use AbstractInboundFileSynchronizer
Package
Description
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting the synchronization of remote and
local file directories.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
Inbound Channel Adapters implementations for SMB protocol.
-
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.file.dsl
Fields in org.springframework.integration.file.dsl declared as AbstractInboundFileSynchronizerModifier and TypeFieldDescriptionprotected final AbstractInboundFileSynchronizer<F>
RemoteFileInboundChannelAdapterSpec.synchronizer
Constructors in org.springframework.integration.file.dsl with parameters of type AbstractInboundFileSynchronizerModifierConstructorDescriptionprotected
RemoteFileInboundChannelAdapterSpec
(AbstractInboundFileSynchronizer<F> synchronizer) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.file.remote.synchronizer
Methods in org.springframework.integration.file.remote.synchronizer that return AbstractInboundFileSynchronizerModifier and TypeMethodDescriptionAbstractInboundFileSynchronizingMessageSource.getSynchronizer()
Return the underlying synchronizer.Constructors in org.springframework.integration.file.remote.synchronizer with parameters of type AbstractInboundFileSynchronizerModifierConstructorDescriptionAbstractInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<F> synchronizer, Comparator<File> comparator) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for FTP.Constructors in org.springframework.integration.ftp.inbound with parameters of type AbstractInboundFileSynchronizerModifierConstructorDescriptionFtpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile> synchronizer) FtpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile> synchronizer, Comparator<File> comparator) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.sftp.inbound
Modifier and TypeClassDescriptionclass
Handles the synchronization between a remote SFTP directory and a local mount.Constructors in org.springframework.integration.sftp.inbound with parameters of type AbstractInboundFileSynchronizerModifierConstructorDescriptionSftpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry> synchronizer) SftpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry> synchronizer, Comparator<File> comparator) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for SMB.Constructors in org.springframework.integration.smb.inbound with parameters of type AbstractInboundFileSynchronizerModifierConstructorDescriptionSmbInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<jcifs.smb.SmbFile> _synchronizer) SmbInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<jcifs.smb.SmbFile> _synchronizer, Comparator<File> _comparator)