public class SftpStreamingInboundChannelAdapterSpec extends RemoteFileStreamingInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpStreamingInboundChannelAdapterSpec,SftpStreamingMessageSource>
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
SftpStreamingInboundChannelAdapterSpec |
patternFilter(java.lang.String pattern)
Specify a simple pattern to match remote files (e.g.
|
SftpStreamingInboundChannelAdapterSpec |
regexFilter(java.lang.String regex)
Specify a regular expression to match remote files (e.g.
|
filter, filterExpression, filterFunction, getComponentsToRegister, maxFetchSize, remoteDirectory, remoteDirectory, remoteDirectory, remoteFileSeparator
messageHeaders
_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, id, isSingleton
public SftpStreamingInboundChannelAdapterSpec patternFilter(java.lang.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(java.lang.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)