Uses of Enum Class
org.springframework.integration.file.support.FileExistsMode
Packages that use 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
Methods in org.springframework.integration.file with parameters of type FileExistsModeModifier 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
Methods in org.springframework.integration.file.dsl with parameters of type FileExistsModeModifier 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.Constructors in org.springframework.integration.file.dsl with parameters of type FileExistsModeModifierConstructorDescriptionprotected
FileTransferringMessageHandlerSpec
(RemoteFileTemplate<F> remoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.file.remote
Methods in org.springframework.integration.file.remote with parameters of type FileExistsModeModifier 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
Methods in org.springframework.integration.file.remote.gateway with parameters of type FileExistsModeModifier 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
Constructors in org.springframework.integration.file.remote.handler with parameters of type FileExistsModeModifierConstructorDescriptionFileTransferringMessageHandler
(RemoteFileTemplate<F> remoteFileTemplate, FileExistsMode mode) -
Uses of FileExistsMode in org.springframework.integration.file.support
Methods in org.springframework.integration.file.support that return FileExistsModeModifier 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
Methods in org.springframework.integration.ftp.dsl with parameters of type FileExistsModeModifier 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.Constructors in org.springframework.integration.ftp.dsl with parameters of type FileExistsModeModifierConstructorDescriptionprotected
FtpMessageHandlerSpec
(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.ftp.outbound
Constructors in org.springframework.integration.ftp.outbound with parameters of type FileExistsModeModifierConstructorDescriptionFtpMessageHandler
(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode mode) Constructor which sets the FtpRemoteFileTemplate and FileExistsMode. -
Uses of FileExistsMode in org.springframework.integration.sftp.dsl
Methods in org.springframework.integration.sftp.dsl with parameters of type FileExistsModeModifier 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.Constructors in org.springframework.integration.sftp.dsl with parameters of type FileExistsModeModifierConstructorDescriptionprotected
SftpMessageHandlerSpec
(SftpRemoteFileTemplate sftpRemoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.sftp.outbound
Constructors in org.springframework.integration.sftp.outbound with parameters of type FileExistsModeModifierConstructorDescriptionSftpMessageHandler
(SftpRemoteFileTemplate remoteFileTemplate, FileExistsMode mode) -
Uses of FileExistsMode in org.springframework.integration.smb.dsl
Methods in org.springframework.integration.smb.dsl with parameters of type FileExistsModeModifier 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.Constructors in org.springframework.integration.smb.dsl with parameters of type FileExistsModeModifierConstructorDescriptionprotected
SmbMessageHandlerSpec
(SmbRemoteFileTemplate smbRemoteFileTemplate, FileExistsMode fileExistsMode) -
Uses of FileExistsMode in org.springframework.integration.smb.outbound
Constructors in org.springframework.integration.smb.outbound with parameters of type FileExistsModeModifierConstructorDescriptionSmbMessageHandler
(SmbRemoteFileTemplate remoteFileTemplate, FileExistsMode mode)