org.jenkinsci.plugins.builduser.utils
Class ClassUtils
java.lang.Object
org.jenkinsci.plugins.builduser.utils.ClassUtils
public final class ClassUtils
- extends Object
Utility class for dynamic check if class exists in the system.
- Author:
- GKonovalenko
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isClassExists
public static boolean isClassExists(String name)
- Checks if class exists on classpath.
- Parameters:
name - name of class to check.
- Returns:
true if class exists, false otherwise.
Copyright © 2004-2012. All Rights Reserved.