public class SftpOutboundGatewaySpec extends org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
| Modifier and Type | Method and Description |
|---|---|
SftpOutboundGatewaySpec |
patternFileNameFilter(java.lang.String pattern) |
SftpOutboundGatewaySpec |
regexFileNameFilter(java.lang.String regex) |
autoCreateLocalDirectory, chmod, filter, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilename, localFilenameExpression, localFilenameExpression, mputFilter, options, options, patternMputFilter, regexMpuFilter, remoteFileSeparator, renameExpression, renameExpression, renameFunction, temporaryFileSuffixpublic SftpOutboundGatewaySpec patternFileNameFilter(java.lang.String pattern)
patternFileNameFilter in class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>SftpSimplePatternFileListFilterpublic SftpOutboundGatewaySpec regexFileNameFilter(java.lang.String regex)
regexFileNameFilter in class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>SftpRegexPatternFileListFilter