Uses of Enum Class
org.springframework.integration.file.support.FileExistsMode
Package
Description
Base package for File support.
Provides File Components support for Spring Integration Java DSL.
Base package for supporting remote files.
Provides classes supporting remote file gateways.
Provides classes supporting remote file message handlers.
Provides various support classes used across Spring Integration File Components.
Provides FTP Components for the Java DSL.
Provides classes for the FTP outbound channel adapter.
Provides SFTP Components for the Java DSL.
Provides classes for the SFTP outbound channel adapter.
Provides SMB Components for the Java DSL.
Outbound Channel Adapter implementations for SMB protocol.
-
Uses of FileExistsMode in org.springframework.integration.file
Modifier and TypeMethodDescriptionvoid
FileWritingMessageHandler.setFileExistsMode
(FileExistsMode fileExistsMode) Will set theFileExistsMode
that specifies what will happen in case the destination exists. -
Uses of FileExistsMode in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionFileWritingMessageHandlerSpec.fileExistsMode
(FileExistsMode fileExistsMode) Set theFileExistsMode
that specifies what will happen in case the destination exists.RemoteFileOutboundGatewaySpec.fileExistsMode
(FileExistsMode fileExistsMode) Determine the action to take when using GET and MGET operations when the file already exists locally, or PUT and MPUT when the file exists on the remote system.ModifierConstructorDescriptionprotected
FileTransferringMessageHandlerSpec
(RemoteFileTemplate<F> remoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.file.remote
Modifier and TypeMethodDescriptionRemoteFileOperations.send
(Message<?> message, String subDirectory, FileExistsMode... mode) Send a file to a remote server, based on information in a message.RemoteFileOperations.send
(Message<?> message, FileExistsMode... mode) Send a file to a remote server, based on information in a message.RemoteFileTemplate.send
(Message<?> message, String subDirectory, FileExistsMode... mode) RemoteFileTemplate.send
(Message<?> message, FileExistsMode... mode) -
Uses of FileExistsMode in org.springframework.integration.file.remote.gateway
Modifier and TypeMethodDescriptionvoid
AbstractRemoteFileOutboundGateway.setFileExistsMode
(FileExistsMode fileExistsMode) Determine the action to take when using GET and MGET operations when the file already exists locally, or PUT and MPUT when the file exists on the remote system. -
Uses of FileExistsMode in org.springframework.integration.file.remote.handler
ModifierConstructorDescriptionFileTransferringMessageHandler
(RemoteFileTemplate<F> remoteFileTemplate, FileExistsMode mode) -
Uses of FileExistsMode in org.springframework.integration.file.support
Modifier and TypeMethodDescriptionstatic FileExistsMode
FileExistsMode.getForString
(String fileExistsModeAsString) For a given non-null and not-empty input string, this method returns the correspondingFileExistsMode
.static FileExistsMode
Returns the enum constant of this class with the specified name.static FileExistsMode[]
FileExistsMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FileExistsMode in org.springframework.integration.ftp.dsl
Modifier and TypeMethodDescriptionstatic FtpMessageHandlerSpec
Ftp.outboundAdapter
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, FileExistsMode fileExistsMode) AFtpMessageHandlerSpec
factory for an outbound channel adapter spec.static FtpMessageHandlerSpec
Ftp.outboundAdapter
(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode fileExistsMode) AFtpMessageHandlerSpec
factory for an outbound channel adapter spec.ModifierConstructorDescriptionprotected
FtpMessageHandlerSpec
(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.ftp.outbound
ModifierConstructorDescriptionFtpMessageHandler
(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode mode) Constructor which sets the FtpRemoteFileTemplate and FileExistsMode. -
Uses of FileExistsMode in org.springframework.integration.sftp.dsl
Modifier and TypeMethodDescriptionstatic SftpMessageHandlerSpec
Sftp.outboundAdapter
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, FileExistsMode fileExistsMode) AnSftpMessageHandlerSpec
factory for an outbound channel adapter spec.static SftpMessageHandlerSpec
Sftp.outboundAdapter
(SftpRemoteFileTemplate sftpRemoteFileTemplate, FileExistsMode fileExistsMode) AnSftpMessageHandlerSpec
factory for an outbound channel adapter spec.ModifierConstructorDescriptionprotected
SftpMessageHandlerSpec
(SftpRemoteFileTemplate sftpRemoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.sftp.outbound
ModifierConstructorDescriptionSftpMessageHandler
(SftpRemoteFileTemplate remoteFileTemplate, FileExistsMode mode) -
Uses of FileExistsMode in org.springframework.integration.smb.dsl
Modifier and TypeMethodDescriptionstatic SmbMessageHandlerSpec
Smb.outboundAdapter
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, FileExistsMode fileExistsMode) ASmbMessageHandlerSpec
factory for an outbound channel adapter spec.static SmbMessageHandlerSpec
Smb.outboundAdapter
(SmbRemoteFileTemplate smbRemoteFileTemplate, FileExistsMode fileExistsMode) ASmbMessageHandlerSpec
factory for an outbound channel adapter spec.ModifierConstructorDescriptionprotected
SmbMessageHandlerSpec
(SmbRemoteFileTemplate smbRemoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.smb.outbound
ModifierConstructorDescriptionSmbMessageHandler
(SmbRemoteFileTemplate remoteFileTemplate, FileExistsMode mode)