クラス SmbInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<org.codelibs.jcifs.smb.impl.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
org.springframework.integration.smb.dsl.SmbInboundChannelAdapterSpec
- 実装済みのインターフェース一覧:
DisposableBean、FactoryBean<SmbInboundFileSynchronizingMessageSource>、InitializingBean、Lifecycle、Phased、SmartLifecycle、ComponentsRegistration
public class SmbInboundChannelAdapterSpec
extends RemoteFileInboundChannelAdapterSpec<org.codelibs.jcifs.smb.impl.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>
- 導入:
- 6.0
- 作成者:
- Gregory Bragg, Artem Bilan, Daniel Frey
フィールド概要
クラス 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コンストラクター概要
コンストラクター修飾子コンストラクター説明protectedSmbInboundChannelAdapterSpec(SessionFactory<org.codelibs.jcifs.smb.impl.SmbFile> sessionFactory, @Nullable 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インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
SmbInboundChannelAdapterSpec
protected SmbInboundChannelAdapterSpec(SessionFactory<org.codelibs.jcifs.smb.impl.SmbFile> sessionFactory, @Nullable ComparatorSE<FileSE> comparator)
メソッドの詳細
patternFilter
リモートファイルに一致する単純なパターンを指定します。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<org.codelibs.jcifs.smb.impl.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>のpatternFilter - パラメーター:
pattern- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFilter
リモートファイルに一致する正規表現を指定します。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<org.codelibs.jcifs.smb.impl.SmbFile, SmbInboundChannelAdapterSpec, SmbInboundFileSynchronizingMessageSource>のregexFilter - パラメーター:
regex- 表現。- 戻り値:
- スペック。
- 関連事項: