Class ImageMetadataUtils
java.lang.Object
org.apache.drill.exec.store.image.ImageMetadataUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatName
(String tagName) Format the tag name (remove the spaces and special characters)static boolean
static boolean
static boolean
isDateTag
(com.drew.metadata.Directory directory, int tagType) static boolean
isDescriptionTag
(com.drew.metadata.Directory directory, int tagType) static boolean
static boolean
static boolean
static boolean
Skip the tag if parameter (fileSystemMetadata) is falsestatic boolean
static boolean
isVersionTag
(com.drew.metadata.Directory directory, int tagType)
-
Constructor Details
-
ImageMetadataUtils
public ImageMetadataUtils()
-
-
Method Details
-
isVarchar
-
isInt
-
isLong
-
isDouble
-
isBoolean
-
isDate
-
formatName
Format the tag name (remove the spaces and special characters)- Parameters:
tagName
-- Returns:
-
isSkipTag
Skip the tag if parameter (fileSystemMetadata) is false- Parameters:
name
-- Returns:
-
isDescriptionTag
public static boolean isDescriptionTag(com.drew.metadata.Directory directory, int tagType) -
isVersionTag
public static boolean isVersionTag(com.drew.metadata.Directory directory, int tagType) -
isDateTag
public static boolean isDateTag(com.drew.metadata.Directory directory, int tagType)
-