public class FtpStreamingInboundChannelAdapterSpec extends org.springframework.integration.file.dsl.RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpStreamingInboundChannelAdapterSpec,FtpStreamingMessageSource>
RemoteFileStreamingInboundChannelAdapterSpec for a
FtpStreamingMessageSource.| 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, remoteFileSeparatorpublic FtpStreamingInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
patternFilter in class org.springframework.integration.file.dsl.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 org.springframework.integration.file.dsl.RemoteFileStreamingInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpStreamingInboundChannelAdapterSpec,FtpStreamingMessageSource>regex - the expression.FtpRegexPatternFileListFilter,
RemoteFileStreamingInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)