public class SftpStreamingInboundChannelAdapterSpec extends RemoteFileStreamingInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpStreamingInboundChannelAdapterSpec,SftpStreamingMessageSource>
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
修飾子 | コンストラクターと説明 |
---|---|
protected | SftpStreamingInboundChannelAdapterSpec(RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate, ComparatorSE<com.jcraft.jsch.ChannelSftp.LsEntry> comparator) |
修飾子と型 | メソッドと説明 |
---|---|
SftpStreamingInboundChannelAdapterSpec | patternFilter(StringSE pattern) リモートファイルに一致する単純なパターンを指定します(例: |
SftpStreamingInboundChannelAdapterSpec | regexFilter(StringSE regex) リモートファイルに一致する正規表現を指定します(例: |
filter, filterExpression, filterFunction, getComponentsToRegister, maxFetchSize, remoteDirectory, remoteDirectory, remoteDirectory, remoteFileSeparator
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 SftpStreamingInboundChannelAdapterSpec(RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate, ComparatorSE<com.jcraft.jsch.ChannelSftp.LsEntry> comparator)
public SftpStreamingInboundChannelAdapterSpec patternFilter(StringSE pattern)
RemoteFileStreamingInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>
の patternFilter
pattern
- パターン。SftpSimplePatternFileListFilter
, RemoteFileStreamingInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)
public SftpStreamingInboundChannelAdapterSpec regexFilter(StringSE regex)
RemoteFileStreamingInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpStreamingInboundChannelAdapterSpec, SftpStreamingMessageSource>
の regexFilter
regex
- 表現。SftpRegexPatternFileListFilter
, RemoteFileStreamingInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)