Class SftpOutboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
 
org.springframework.integration.dsl.MessageHandlerSpec<S,AbstractRemoteFileOutboundGateway<F>>
 
org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry,SftpOutboundGatewaySpec>
 
org.springframework.integration.sftp.dsl.SftpOutboundGatewaySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry>>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
public class SftpOutboundGatewaySpec
extends RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry,SftpOutboundGatewaySpec> 
- Since:
- 5.0
- Author:
- Artem Bilan, Gary Russell
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedSftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry> outboundGateway) 
- 
Method SummaryModifier and TypeMethodDescriptionpatternFileNameFilter(String pattern) Specify a simple pattern to match remote files (e.g.regexFileNameFilter(String regex) Specify a simple pattern to match remote files (e.g.Methods inherited from class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpecautoCreateDirectory, 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, useTemporaryFileNameMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
SftpOutboundGatewaySpecprotected SftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry> outboundGateway) 
 
- 
- 
Method Details- 
patternFileNameFilterDescription copied from class:RemoteFileOutboundGatewaySpecSpecify a simple pattern to match remote files (e.g. '*.txt').- Specified by:
- patternFileNameFilterin class- RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry,- SftpOutboundGatewaySpec> 
- Parameters:
- pattern- the pattern.
- Returns:
- the spec.
- See Also:
 
- 
regexFileNameFilterDescription copied from class:RemoteFileOutboundGatewaySpecSpecify a simple pattern to match remote files (e.g. '[0-9].*.txt').- Specified by:
- regexFileNameFilterin class- RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry,- SftpOutboundGatewaySpec> 
- Parameters:
- regex- the regex pattern.
- Returns:
- the spec.
- See Also:
 
 
-