Class Classes


  • public class Classes
    extends java.lang.Object
    Support functions for Classes.
    • Constructor Summary

      Constructors 
      Constructor Description
      Classes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isAvailable​(java.lang.String className)
      Checks if the given class is available on the class path.
      • 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

      • isAvailable

        public static boolean isAvailable​(java.lang.String className)
        Checks if the given class is available on the class path.
        Parameters:
        className - a class name, cannot be null
        Returns:
        true if the class could be found and loaded, otherwise false