Class ClassUtils

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

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

    • ClassUtils

      public ClassUtils()
  • Method Details

    • isPresent

      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