クラス 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
フィールド概要
クラス RemoteFileInboundChannelAdapterSpec から継承されたフィールド
synchronizerクラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedSmbInboundChannelAdapterSpec(SessionFactory<org.codelibs.jcifs.smb.impl.SmbFile> sessionFactory, @Nullable ComparatorSE<FileSE> comparator) 方法の概要
修飾子と型メソッド説明patternFilter(StringSE pattern) リモートファイルに一致する単純なパターンを指定します。regexFilter(StringSE regex) リモートファイルに一致する正規表現を指定します。クラス RemoteFileInboundChannelAdapterSpec から継承されたメソッド
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, metadataStorePrefix, preserveTimestamp, remoteComparator, remoteDirectory, remoteDirectoryExpression, remoteFileMetadataStore, remoteFileSeparator, scanner, temporaryFileSuffixクラス 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
コンストラクターの詳細
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- 表現。- 戻り値:
- スペック。
- 関連事項: