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, fileExistsMode, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilename, localFilenameExpression, localFilenameExpression, mputFilter, mputFilterExpression, mputFilterFunction, options, options, patternMputFilter, regexMputFilter, 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