public class SftpInboundChannelAdapterSpec extends RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
synchronizerPARSER, targetloggerDEFAULT_PHASEOBJECT_TYPE_ATTRIBUTE| 修飾子 | コンストラクターと説明 |
|---|---|
protected | SftpInboundChannelAdapterSpec(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, ComparatorSE<FileSE> comparator) |
| 修飾子と型 | メソッドと説明 |
|---|---|
SftpInboundChannelAdapterSpec | patternFilter(StringSE pattern) 単純なパターンフィルターを構成します(例: |
SftpInboundChannelAdapterSpec | regexFilter(StringSE regex) 正規表現パターンフィルターを構成します(例: |
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, metadataStorePrefix, preserveTimestamp, remoteComparator, remoteDirectory, remoteDirectoryExpression, remoteFileMetadataStore, remoteFileSeparator, scanner, temporaryFileSuffixmessageHeaders_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopafterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletoncloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected SftpInboundChannelAdapterSpec(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, ComparatorSE<FileSE> comparator)
public SftpInboundChannelAdapterSpec patternFilter(StringSE pattern)
RemoteFileInboundChannelAdapterSpecRemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource> の patternFilter pattern - 使用する Ant スタイルのパターンフィルター。SftpSimplePatternFileListFilter, RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)public SftpInboundChannelAdapterSpec regexFilter(StringSE regex)
RemoteFileInboundChannelAdapterSpecRemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource> の regexFilter regex - 使用する RegExp パターン。SftpRegexPatternFileListFilter, RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)