Uses of Enum Class
org.springframework.integration.ftp.session.FtpRemoteFileTemplate.ExistsMode
Packages that use FtpRemoteFileTemplate.ExistsMode
Package
Description
Provides classes supporting FTP sessions.
-
Uses of FtpRemoteFileTemplate.ExistsMode in org.springframework.integration.ftp.session
Methods in org.springframework.integration.ftp.session that return FtpRemoteFileTemplate.ExistsModeModifier 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.Methods in org.springframework.integration.ftp.session with parameters of type FtpRemoteFileTemplate.ExistsModeModifier and TypeMethodDescriptionvoid
FtpRemoteFileTemplate.setExistsMode
(FtpRemoteFileTemplate.ExistsMode existsMode) Specify anFtpRemoteFileTemplate.ExistsMode
forFtpRemoteFileTemplate.exists(String)
operation.