Class RuntimeUtil

java.lang.Object
com.itextpdf.commons.utils.RuntimeUtil

public final class RuntimeUtil extends Object
Utility class for runtime-related operations.
  • Method Details

    • isClassLoaded

      public static boolean isClassLoaded (String fullyQualifiedClassName)
      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