public final class ClassUtils extends Object
Internal API: these methods are part of the internal API and may be removed, have their signature change, or have their access level decreased from public to protected, package, or private in future versions without notice.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPresent(String className)
Check if a given class is available in classpath.
|
public static boolean isPresent(String className)
className - Fully qualified name of class to test.true if class is available, false otherwise.Copyright © 2018. All rights reserved.