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