public class SftpInboundChannelAdapterSpec extends RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
synchronizer
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
SftpInboundChannelAdapterSpec |
patternFilter(java.lang.String pattern)
Configure a simple pattern filter (e.g.
|
SftpInboundChannelAdapterSpec |
regexFilter(java.lang.String regex)
Configure a regex pattern filter (e.g.
|
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, preserveTimestamp, remoteDirectory, remoteDirectoryExpression, remoteFileSeparator, temporaryFileSuffix
messageHeaders
_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, id, isSingleton
public SftpInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
RemoteFileInboundChannelAdapterSpec
patternFilter
in class 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)
RemoteFileInboundChannelAdapterSpec
regexFilter
in class RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
regex
- the RegExp pattern to use.SftpRegexPatternFileListFilter
,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)