クラス FtpInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
org.springframework.integration.ftp.dsl.FtpInboundChannelAdapterSpec
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<FtpInboundFileSynchronizingMessageSource>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class FtpInboundChannelAdapterSpec
extends RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
- 導入:
- 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
FtpInboundChannelAdapterSpec
(SessionFactory<org.apache.commons.net.ftp.FTPFile> 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
コンストラクターの詳細
FtpInboundChannelAdapterSpec
protected FtpInboundChannelAdapterSpec(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, @Nullable ComparatorSE<FileSE> comparator)
メソッドの詳細
patternFilter
リモートファイルに一致する単純なパターンを指定します。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
のpatternFilter
- パラメーター:
pattern
- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFilter
リモートファイルに一致する正規表現を指定します。- 次で指定:
- クラス
RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
のregexFilter
- パラメーター:
regex
- 表現。- 戻り値:
- スペック。
- 関連事項: