public class SftpInboundChannelAdapterSpec extends org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
RemoteFileInboundChannelAdapterSpec for a SftpInboundFileSynchronizingMessageSource.| Modifier and Type | Method and Description |
|---|---|
SftpInboundChannelAdapterSpec |
patternFilter(java.lang.String pattern) |
SftpInboundChannelAdapterSpec |
regexFilter(java.lang.String regex) |
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, preserveTimestamp, remoteDirectory, remoteDirectoryExpression, remoteFileSeparator, temporaryFileSuffixpublic SftpInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
patternFilter in class org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>pattern - the Ant style pattern filter to use.SftpSimplePatternFileListFilter,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)public SftpInboundChannelAdapterSpec regexFilter(java.lang.String regex)
regexFilter in class org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>regex - the RegExp pattern to use.SftpRegexPatternFileListFilter,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)