Class FileValidationUtil
java.lang.Object
org.diabetestechnology.drh.service.http.util.FileValidationUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
validateFileHasData
(org.springframework.web.multipart.MultipartFile file) static void
validateMealsAndFitnessFile
(org.springframework.web.multipart.MultipartFile file, String fileType)
-
Method Details
-
validateFileHasData
public static void validateFileHasData(org.springframework.web.multipart.MultipartFile file) throws IOException - Throws:
IOException
-
validateMealsAndFitnessFile
public static void validateMealsAndFitnessFile(org.springframework.web.multipart.MultipartFile file, String fileType) throws Exception - Throws:
Exception
-