Uses of Enum Class
com.eeit87t3.tickiteasy.image.ImageDirectory
Packages that use ImageDirectory
-
Uses of ImageDirectory in com.eeit87t3.tickiteasy.image
Methods in com.eeit87t3.tickiteasy.image that return ImageDirectoryModifier and TypeMethodDescriptionstatic ImageDirectoryReturns the enum constant of this class with the specified name.static ImageDirectory[]ImageDirectory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.eeit87t3.tickiteasy.image with parameters of type ImageDirectoryModifier and TypeMethodDescriptionImageUtil.saveImage(ImageDirectory imageDirectory, MultipartFile imageFile, String baseName) 將使用者上傳的圖片存入檔案系統。