Uses of Class
org.springframework.integration.ftp.dsl.FtpInboundChannelAdapterSpec
Packages that use FtpInboundChannelAdapterSpec
Package
Description
Provides FTP Components for the Java DSL.
-
Uses of FtpInboundChannelAdapterSpec in org.springframework.integration.ftp.dsl
Methods in org.springframework.integration.ftp.dsl that return FtpInboundChannelAdapterSpecModifier and TypeMethodDescriptionstatic FtpInboundChannelAdapterSpec
Ftp.inboundAdapter
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory) AFtpInboundChannelAdapterSpec
factory for an inbound channel adapter spec.static FtpInboundChannelAdapterSpec
Ftp.inboundAdapter
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, Comparator<File> receptionOrderComparator) AFtpInboundChannelAdapterSpec
factory for an inbound channel adapter spec.FtpInboundChannelAdapterSpec.patternFilter
(String pattern) Specify a simple pattern to match remote files.FtpInboundChannelAdapterSpec.regexFilter
(String regex) Specify a regular expression to match remote files.