Uses of Class
org.springframework.integration.sftp.dsl.SftpInboundChannelAdapterSpec
Package
Description
Provides SFTP Components for the Java DSL.
-
Uses of SftpInboundChannelAdapterSpec in org.springframework.integration.sftp.dsl
Modifier and TypeMethodDescriptionSftp.inboundAdapter
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory) AnSftpInboundChannelAdapterSpec
factory for an inbound channel adapter spec.Sftp.inboundAdapter
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, Comparator<File> receptionOrderComparator) AnSftpInboundChannelAdapterSpec
factory for an inbound channel adapter spec.SftpInboundChannelAdapterSpec.patternFilter
(String pattern) SftpInboundChannelAdapterSpec.regexFilter
(String regex)