public class SftpOutboundGatewaySpec extends org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
| Modifier | Constructor and Description |
|---|---|
protected |
SftpOutboundGatewaySpec(org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<com.jcraft.jsch.ChannelSftp.LsEntry> outboundGateway) |
| Modifier and Type | Method and Description |
|---|---|
SftpOutboundGatewaySpec |
patternFileNameFilter(java.lang.String pattern) |
SftpOutboundGatewaySpec |
regexFileNameFilter(java.lang.String regex) |
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, stopprotected SftpOutboundGatewaySpec(org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<com.jcraft.jsch.ChannelSftp.LsEntry> outboundGateway)
public SftpOutboundGatewaySpec patternFileNameFilter(java.lang.String pattern)
patternFileNameFilter in class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>SftpSimplePatternFileListFilterpublic SftpOutboundGatewaySpec regexFileNameFilter(java.lang.String regex)
regexFileNameFilter in class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>SftpRegexPatternFileListFilter