public class SftpInboundChannelAdapterSpec extends RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
synchronizer
PARSER, target
logger
DEFAULT_PHASE
OBJECT_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, temporaryFileSuffix
messageHeaders
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected SftpInboundChannelAdapterSpec(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, ComparatorSE<FileSE> comparator)
public SftpInboundChannelAdapterSpec patternFilter(StringSE pattern)
RemoteFileInboundChannelAdapterSpec
RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
の patternFilter
pattern
- 使用する Ant スタイルのパターンフィルター。SftpSimplePatternFileListFilter
, RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)
public SftpInboundChannelAdapterSpec regexFilter(StringSE regex)
RemoteFileInboundChannelAdapterSpec
RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec, SftpInboundFileSynchronizingMessageSource>
の regexFilter
regex
- 使用する RegExp パターン。SftpRegexPatternFileListFilter
, RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)