public class SftpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
PARSER, targetloggerDEFAULT_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, stopafterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletonpublic 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