クラス SftpStreamingInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>
org.springframework.integration.file.dsl.RemoteFileStreamingInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>
org.springframework.integration.sftp.dsl.SftpStreamingInboundChannelAdapterSpec
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<SftpStreamingMessageSource>、InitializingBean、Lifecycle、Phased、SmartLifecycle、ComponentsRegistration
public class SftpStreamingInboundChannelAdapterSpec
extends RemoteFileStreamingInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>
- 導入:
- 5.0
- 作成者:
- Gary Russell
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedSftpStreamingInboundChannelAdapterSpec(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, ComparatorSE<org.apache.sshd.sftp.client.SftpClient.DirEntry> 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
コンストラクターの詳細
SftpStreamingInboundChannelAdapterSpec
protected SftpStreamingInboundChannelAdapterSpec(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, @Nullable ComparatorSE<org.apache.sshd.sftp.client.SftpClient.DirEntry> comparator)
メソッドの詳細
patternFilter
リモートファイルに一致する単純なパターンを指定します(例: '*.txt' )。- 次で指定:
- クラス
RemoteFileStreamingInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>のpatternFilter - パラメーター:
pattern- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFilter
リモートファイルに一致する正規表現を指定します(例: '[0-9].*.txt')。- 次で指定:
- クラス
RemoteFileStreamingInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>のregexFilter - パラメーター:
regex- 表現。- 戻り値:
- スペック。
- 関連事項: