public class SftpStreamingInboundChannelAdapterSpec extends RemoteFileStreamingInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpStreamingInboundChannelAdapterSpec,SftpStreamingMessageSource>
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Modifier | Constructor and Description |
---|---|
protected |
SftpStreamingInboundChannelAdapterSpec(RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate,
Comparator<com.jcraft.jsch.ChannelSftp.LsEntry> comparator) |
Modifier and Type | Method and Description |
---|---|
SftpStreamingInboundChannelAdapterSpec |
patternFilter(String pattern)
Specify a simple pattern to match remote files (e.g.
|
SftpStreamingInboundChannelAdapterSpec |
regexFilter(String regex)
Specify a regular expression to match remote files (e.g.
|
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
protected SftpStreamingInboundChannelAdapterSpec(RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate, Comparator<com.jcraft.jsch.ChannelSftp.LsEntry> comparator)
public SftpStreamingInboundChannelAdapterSpec patternFilter(String pattern)
patternFilter
in class RemoteFileStreamingInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpStreamingInboundChannelAdapterSpec,SftpStreamingMessageSource>
pattern
- the pattern.SftpSimplePatternFileListFilter
,
RemoteFileStreamingInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)
public SftpStreamingInboundChannelAdapterSpec regexFilter(String regex)
regexFilter
in class RemoteFileStreamingInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpStreamingInboundChannelAdapterSpec,SftpStreamingMessageSource>
regex
- the expression.SftpRegexPatternFileListFilter
,
RemoteFileStreamingInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)