Uses of Enum Class
org.springframework.integration.ftp.session.FtpRemoteFileTemplate.ExistsMode
Package
Description
Provides classes supporting FTP sessions.
-
Uses of FtpRemoteFileTemplate.ExistsMode in org.springframework.integration.ftp.session
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FtpRemoteFileTemplate.ExistsMode[]
FtpRemoteFileTemplate.ExistsMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FtpRemoteFileTemplate.setExistsMode
(FtpRemoteFileTemplate.ExistsMode existsMode) Specify anFtpRemoteFileTemplate.ExistsMode
forFtpRemoteFileTemplate.exists(String)
operation.