クラス FtpStreamingInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<FtpStreamingInboundChannelAdapterSpec, FtpStreamingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<FtpStreamingInboundChannelAdapterSpec, FtpStreamingMessageSource>
org.springframework.integration.file.dsl.RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpStreamingInboundChannelAdapterSpec, FtpStreamingMessageSource>
org.springframework.integration.ftp.dsl.FtpStreamingInboundChannelAdapterSpec
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<FtpStreamingMessageSource>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class FtpStreamingInboundChannelAdapterSpec
extends RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpStreamingInboundChannelAdapterSpec, FtpStreamingMessageSource>
- 導入:
- 5.0
- 作成者:
- Gary Russell, Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
FtpStreamingInboundChannelAdapterSpec
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, ComparatorSE<org.apache.commons.net.ftp.FTPFile> comparator) メソッドのサマリー
修飾子と型メソッド説明patternFilter
(StringSE pattern) リモートファイルに一致する単純なパターンを指定します(例:regexFilter
(StringSE regex) リモートファイルに一致する正規表現を指定します(例:クラス org.springframework.integration.file.dsl.RemoteFileStreamingInboundChannelAdapterSpec から継承されたメソッド
filter, filterExpression, filterFunction, getComponentsToRegister, maxFetchSize, remoteDirectory, remoteDirectory, remoteDirectory, remoteFileSeparator
クラス org.springframework.integration.dsl.MessageSourceSpec から継承されたメソッド
messageHeaders
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
コンストラクターの詳細
FtpStreamingInboundChannelAdapterSpec
protected FtpStreamingInboundChannelAdapterSpec(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, @Nullable ComparatorSE<org.apache.commons.net.ftp.FTPFile> comparator)
メソッドの詳細
patternFilter
リモートファイルに一致する単純なパターンを指定します(例: '*.txt' )。- 次で指定:
- クラス
RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpStreamingInboundChannelAdapterSpec, FtpStreamingMessageSource>
のpatternFilter
- パラメーター:
pattern
- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFilter
リモートファイルに一致する正規表現を指定します(例: '[0-9].*.txt')。- 次で指定:
- クラス
RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpStreamingInboundChannelAdapterSpec, FtpStreamingMessageSource>
のregexFilter
- パラメーター:
regex
- 表現。- 戻り値:
- スペック。
- 関連事項: