Class ClassUtils

java.lang.Object
org.sql2o.tools.ClassUtils

public final class ClassUtils extends Object
Author:
Alden Quimby
  • Constructor Details Link icon

    • ClassUtils Link icon

      public ClassUtils()
  • Method Details Link icon

    • isPresent Link icon

      public static boolean isPresent(String className)
      Check whether the Class identified by the supplied name is present.
      Parameters:
      className - the name of the class to check
      Returns:
      true if class is present, false otherwise