Uses of Enum Class
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command
Package
Description
Provides classes supporting remote file gateways.
Provides FTP Components for the Java DSL.
Provides SFTP Components for the Java DSL.
Provides SMB Components for the Java DSL.
-
Uses of AbstractRemoteFileOutboundGateway.Command in org.springframework.integration.file.remote.gateway
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractRemoteFileOutboundGateway.Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAbstractRemoteFileOutboundGateway
(RemoteFileTemplate<F> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, String expressionArg) Construct an instance with the supplied remote file template, a command ('ls', 'get' etc), and an expression to determine the filename.AbstractRemoteFileOutboundGateway
(SessionFactory<F> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, String expression) Construct an instance with the supplied session factory, a command ('ls', 'get' etc), and an expression to determine the filename. -
Uses of AbstractRemoteFileOutboundGateway.Command in org.springframework.integration.ftp.dsl
Modifier and TypeMethodDescriptionstatic FtpOutboundGatewaySpec
Ftp.outboundGateway
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aFtpOutboundGatewaySpec
based on theRemoteFileTemplate
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.static FtpOutboundGatewaySpec
Ftp.outboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aFtpOutboundGatewaySpec
based on theSessionFactory
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath. -
Uses of AbstractRemoteFileOutboundGateway.Command in org.springframework.integration.sftp.dsl
Modifier and TypeMethodDescriptionstatic SftpOutboundGatewaySpec
Sftp.outboundGateway
(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aSftpOutboundGatewaySpec
based on theRemoteFileTemplate
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.static SftpOutboundGatewaySpec
Sftp.outboundGateway
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aSftpOutboundGatewaySpec
based on theSessionFactory
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath. -
Uses of AbstractRemoteFileOutboundGateway.Command in org.springframework.integration.smb.dsl
Modifier and TypeMethodDescriptionstatic SmbOutboundGatewaySpec
Smb.outboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aSmbOutboundGatewaySpec
based on theRemoteFileTemplate
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.static SmbOutboundGatewaySpec
Smb.outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aSmbOutboundGatewaySpec
based on theSessionFactory
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.