Class DataStoreUtils


  • public class DataStoreUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String buildThumbnailFileName​(java.lang.String commonPath, java.lang.String fileName)  
      static boolean isContentTypePresent​(java.lang.String contentType)  
      static boolean isImage​(java.lang.String contentType)  
      static java.util.Optional<java.lang.String> resolveExtension​(java.lang.String contentType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • resolveExtension

        public static java.util.Optional<java.lang.String> resolveExtension​(java.lang.String contentType)
      • buildThumbnailFileName

        public static java.lang.String buildThumbnailFileName​(java.lang.String commonPath,
                                                              java.lang.String fileName)
      • isImage

        public static boolean isImage​(java.lang.String contentType)
      • isContentTypePresent

        public static boolean isContentTypePresent​(java.lang.String contentType)