public class SftpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Modifier | Constructor and Description |
---|---|
protected |
SftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<com.jcraft.jsch.ChannelSftp.LsEntry> outboundGateway) |
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.
|
autoCreateDirectory, autoCreateLocalDirectory, charset, chmod, fileExistsMode, fileNameExpression, fileNameExpression, fileNameFunction, fileNameGenerator, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilenameExpression, localFilenameExpression, localFilenameFunction, mputFilter, mputFilterExpression, mputFilterFunction, options, options, patternMputFilter, regexMputFilter, remoteDirectoryExpression, remoteDirectoryExpression, remoteDirectoryFunction, remoteFileSeparator, renameExpression, renameExpression, renameFunction, temporaryFileSuffix, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryFunction, useTemporaryFileName
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
protected SftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<com.jcraft.jsch.ChannelSftp.LsEntry> outboundGateway)
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