Uses of Enum Class
org.frankframework.filesystem.ftp.FtpSession.FileType
Packages that use FtpSession.FileType
-
Uses of FtpSession.FileType in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that return FtpSession.FileTypeModifier and TypeMethodDescriptionstatic FtpSession.FileType
Returns the enum constant of this class with the specified name.static FtpSession.FileType[]
FtpSession.FileType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.filesystem.ftp with parameters of type FtpSession.FileTypeModifier and TypeMethodDescriptiondefault void
FtpFileSystemDelegator.setFileType
(FtpSession.FileType fileType) void
FtpSession.setFileType
(FtpSession.FileType value)