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.dslFields in org.springframework.integration.file.dsl declared as AbstractInboundFileSynchronizerModifier and TypeFieldDescriptionprotected final AbstractInboundFileSynchronizer<F>RemoteFileInboundChannelAdapterSpec.synchronizerConstructors in org.springframework.integration.file.dsl with parameters of type AbstractInboundFileSynchronizerModifierConstructorDescriptionprotectedRemoteFileInboundChannelAdapterSpec(AbstractInboundFileSynchronizer<F> synchronizer) 
- 
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.file.remote.synchronizerMethods 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.inboundModifier and TypeClassDescriptionclassAn implementation ofAbstractInboundFileSynchronizerfor 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.inboundModifier and TypeClassDescriptionclassHandles 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.inboundModifier and TypeClassDescriptionclassAn implementation ofAbstractInboundFileSynchronizerfor 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)