public class SftpInboundChannelAdapterSpec extends RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,org.springframework.integration.sftp.inbound.SftpInboundFileSynchronizingMessageSource>
RemoteFileInboundChannelAdapterSpec
for a SftpInboundFileSynchronizingMessageSource
.synchronizer
id, 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, doGet, filter, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilter, preserveTimestamp, remoteDirectory, remoteFileSeparator, temporaryFileSuffix
_this, get, getId, id
public SftpInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
RemoteFileInboundChannelAdapterSpec
patternFilter
in class RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,org.springframework.integration.sftp.inbound.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,org.springframework.integration.sftp.inbound.SftpInboundFileSynchronizingMessageSource>
regex
- the RegExp pattern to use.SftpRegexPatternFileListFilter
,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)