Package com.itextpdf.commons.utils
Class RuntimeUtil
java.lang.Object
com.itextpdf.commons.utils.RuntimeUtil
Utility class for runtime-related operations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isClassLoaded
(String fullyQualifiedClassName) Checks if a class is loaded in the current runtime environment.
-
Method Details
-
isClassLoaded
Checks if a class is loaded in the current runtime environment.- Parameters:
-
fullyQualifiedClassName
- the fully qualified name of the class to check - Returns:
- true if the class is loaded, false otherwise
-