クラスの使用
org.springframework.integration.ftp.dsl.FtpInboundChannelAdapterSpec
FtpInboundChannelAdapterSpec を使用するパッケージ
org.springframework.integration.ftp.dsl 内の FtpInboundChannelAdapterSpec 使用
修飾子と型メソッド説明static FtpInboundChannelAdapterSpecFtp.inboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory) 受信・チャネルアダプター仕様のFtpInboundChannelAdapterSpecファクトリ。static FtpInboundChannelAdapterSpecFtp.inboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, @Nullable ComparatorSE<FileSE> receptionOrderComparator) 受信・チャネルアダプター仕様のFtpInboundChannelAdapterSpecファクトリ。FtpInboundChannelAdapterSpec.patternFilter(StringSE pattern) リモートファイルに一致する単純なパターンを指定します。FtpInboundChannelAdapterSpec.regexFilter(StringSE regex) リモートファイルに一致する正規表現を指定します。