public class SftpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
logger, PARSER, target| Modifier and Type | Method and Description |
|---|---|
SftpOutboundGatewaySpec |
patternFileNameFilter(String pattern)
Specify a simple pattern to match remote files (e.g.
|
SftpOutboundGatewaySpec |
regexFileNameFilter(String regex)
Specify a simple pattern to match remote files (e.g.
|
autoCreateLocalDirectory, chmod, filter, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilename, localFilenameExpression, localFilenameExpression, mputFilter, options, options, patternMputFilter, regexMpuFilter, remoteFileSeparator, renameExpression, renameExpression, renameFunction, temporaryFileSuffix_this, doGet, get, getId, getObject, getObjectType, id, isSingletonpublic SftpOutboundGatewaySpec patternFileNameFilter(String pattern)
RemoteFileOutboundGatewaySpecpatternFileNameFilter in class RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>pattern - the pattern.SftpSimplePatternFileListFilterpublic SftpOutboundGatewaySpec regexFileNameFilter(String regex)
RemoteFileOutboundGatewaySpecregexFileNameFilter in class RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>regex - the regex pattern.SftpRegexPatternFileListFilter