クラス SmbInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<jcifs.smb.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
org.springframework.integration.smb.dsl.SmbInboundChannelAdapterSpec
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<SmbInboundFileSynchronizingMessageSource>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class SmbInboundChannelAdapterSpec
extends RemoteFileInboundChannelAdapterSpec<jcifs.smb.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
- 導入:
- 6.0
- 作成者:
- Gregory Bragg, Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec から継承されたフィールド
synchronizer
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
SmbInboundChannelAdapterSpec
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, ComparatorSE<FileSE> comparator) メソッドのサマリー
修飾子と型メソッド説明patternFilter
(StringSE pattern) リモートファイルに一致する単純なパターンを指定します。regexFilter
(StringSE regex) リモートファイルに一致する正規表現を指定します。クラス org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec から継承されたメソッド
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, metadataStorePrefix, preserveTimestamp, remoteComparator, remoteDirectory, remoteDirectoryExpression, remoteFileMetadataStore, remoteFileSeparator, scanner, temporaryFileSuffix
クラス 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
コンストラクターの詳細
SmbInboundChannelAdapterSpec
protected SmbInboundChannelAdapterSpec(SessionFactory<jcifs.smb.SmbFile> sessionFactory, @Nullable ComparatorSE<FileSE> comparator)
メソッドの詳細
patternFilter
リモートファイルに一致する単純なパターンを指定します。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<jcifs.smb.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
のpatternFilter
- パラメーター:
pattern
- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFilter
リモートファイルに一致する正規表現を指定します。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<jcifs.smb.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
のregexFilter
- パラメーター:
regex
- 表現。- 戻り値:
- スペック。
- 関連事項: