public class SftpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
SftpOutboundGatewaySpec |
patternFileNameFilter(java.lang.String pattern)
Specify a simple pattern to match remote files (e.g.
|
SftpOutboundGatewaySpec |
regexFileNameFilter(java.lang.String regex)
Specify a simple pattern to match remote files (e.g.
|
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, temporaryFileSuffix
_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, id, isSingleton
public SftpOutboundGatewaySpec patternFileNameFilter(java.lang.String pattern)
RemoteFileOutboundGatewaySpec
patternFileNameFilter
in class RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
pattern
- the pattern.SftpSimplePatternFileListFilter
public SftpOutboundGatewaySpec regexFileNameFilter(java.lang.String regex)
RemoteFileOutboundGatewaySpec
regexFileNameFilter
in class RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
regex
- the regex pattern.SftpRegexPatternFileListFilter