Class ClassUtils
java.lang.Object
com.thebuzzmedia.exiftool.commons.reflection.ClassUtils
Static Class Utilities.
-
Method Summary
-
Method Details
-
isPresent
Check if given class is available on classpath.- Parameters:
klass
- Class name to check (FQN).- Returns:
- True if class is available, false otherwise.
-