Class Classes


  • public class Classes
    extends java.lang.Object
    Utility methods for classes.
    • Constructor Summary

      Constructors 
      Constructor Description
      Classes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isPresent​(java.lang.String name, java.lang.ClassLoader classLoader)
      Determines if a class is present.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Classes

        public Classes()
    • Method Detail

      • isPresent

        public static boolean isPresent​(java.lang.String name,
                                        java.lang.ClassLoader classLoader)
        Determines if a class is present.
        Parameters:
        name - the name of the class
        classLoader - the class loader
        Returns:
        true if present