Class ImageMetadataUtils
java.lang.Object
org.apache.drill.exec.store.image.ImageMetadataUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatName(String tagName) Format the tag name (remove the spaces and special characters)static booleanstatic booleanstatic booleanisDateTag(com.drew.metadata.Directory directory, int tagType) static booleanisDescriptionTag(com.drew.metadata.Directory directory, int tagType) static booleanstatic booleanstatic booleanstatic booleanSkip the tag if parameter (fileSystemMetadata) is falsestatic booleanstatic booleanisVersionTag(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)
-