public class SftpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
PARSER, target
logger
DEFAULT_PHASE
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, 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, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
public SftpOutboundGatewaySpec patternFileNameFilter(String pattern)
RemoteFileOutboundGatewaySpec
patternFileNameFilter
in class RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
pattern
- the pattern.SftpSimplePatternFileListFilter
public SftpOutboundGatewaySpec regexFileNameFilter(String regex)
RemoteFileOutboundGatewaySpec
regexFileNameFilter
in class RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
regex
- the regex pattern.SftpRegexPatternFileListFilter