Package org.sql2o.tools
Class ClassUtils
java.lang.Object
org.sql2o.tools.ClassUtils
- Author:
- Alden Quimby
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClassUtils
public ClassUtils()
-
-
Method Details
-
isPresent
Check whether theClass
identified by the supplied name is present.- Parameters:
className
- the name of the class to check- Returns:
- true if class is present, false otherwise
-