Class ClassUtils
- java.lang.Object
-
- com.thebuzzmedia.exiftool.commons.reflection.ClassUtils
-
public final class ClassUtils extends Object
Static Class Utilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isPresent(String klass)
Check if given class is available on classpath.
-
-
-
Method Detail
-
isPresent
public static boolean isPresent(String klass)
Check if given class is available on classpath.- Parameters:
klass
- Class name to check (FQN).- Returns:
- True if class is available, false otherwise.
-
-