クラス SftpInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
org.springframework.integration.sftp.dsl.SftpInboundChannelAdapterSpec
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<SftpInboundFileSynchronizingMessageSource>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class SftpInboundChannelAdapterSpec
extends RemoteFileInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
- 導入:
- 5.0
- 作成者:
- 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
SftpInboundChannelAdapterSpec
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> 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
コンストラクターの詳細
SftpInboundChannelAdapterSpec
protected SftpInboundChannelAdapterSpec(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, @Nullable ComparatorSE<FileSE> comparator)
メソッドの詳細
patternFilter
クラスからコピーされた説明:RemoteFileInboundChannelAdapterSpec
単純なパターンフィルターを構成します(例: "*.txt" )。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
のpatternFilter
- パラメーター:
pattern
- 使用する Ant スタイルのパターンフィルター。- 戻り値:
- スペック。
- 関連事項:
regexFilter
クラスからコピーされた説明:RemoteFileInboundChannelAdapterSpec
正規表現パターンフィルターを構成します(例: '[0-9].*.txt')。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
のregexFilter
- パラメーター:
regex
- 使用する RegExp パターン。- 戻り値:
- スペック。
- 関連事項: