public final class ClassUtils
extends Object
- Author:
- Alden Quimby
-
Constructor Summary 
Constructors
-
Method Summary 
static boolean
Check whether the
Class identified by the supplied name is present.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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