public class SftpInboundChannelAdapterSpec extends org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
RemoteFileInboundChannelAdapterSpec for a SftpInboundFileSynchronizingMessageSource.synchronizer| 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, metadataStorePrefix, preserveTimestamp, remoteDirectory, remoteDirectoryExpression, remoteFileMetadataStore, remoteFileSeparator, scanner, temporaryFileSuffix_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stoppublic 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)