public final class ClassUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isClassExists(String name)
Checks if class exists on classpath.
|
public static boolean isClassExists(String name)
name - name of class to check.true if class exists, false otherwise.Copyright © 2016–2021. All rights reserved.