public class FtpStreamingInboundChannelAdapterSpec extends RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpStreamingInboundChannelAdapterSpec,FtpStreamingMessageSource>
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
FtpStreamingInboundChannelAdapterSpec |
patternFilter(java.lang.String pattern)
Specify a simple pattern to match remote files (e.g.
|
FtpStreamingInboundChannelAdapterSpec |
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 FtpStreamingInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
patternFilter
in class RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpStreamingInboundChannelAdapterSpec,FtpStreamingMessageSource>
pattern
- the pattern.FtpSimplePatternFileListFilter
,
RemoteFileStreamingInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)
public FtpStreamingInboundChannelAdapterSpec regexFilter(java.lang.String regex)
regexFilter
in class RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpStreamingInboundChannelAdapterSpec,FtpStreamingMessageSource>
regex
- the expression.FtpRegexPatternFileListFilter
,
RemoteFileStreamingInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)