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