Uses of Enum Class
org.frankframework.filesystem.ftp.FtpSession.FileType
Packages that use FtpSession.FileType
-
Uses of FtpSession.FileType in org.frankframework.filesystem.ftp
Subclasses with type arguments of type FtpSession.FileType in org.frankframework.filesystem.ftpMethods in org.frankframework.filesystem.ftp that return FtpSession.FileTypeModifier and TypeMethodDescriptionstatic FtpSession.FileTypeReturns 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 voidFtpFileSystemDelegator.setFileType(FtpSession.FileType fileType) voidFtpSession.setFileType(FtpSession.FileType value)