Class ClassUtils
java.lang.Object
org.jenkinsci.plugins.builduser.utils.ClassUtils
Utility class for dynamic check if class exists in the system.
- Author:
- GKonovalenko
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisClassExists(String name) Checks if class exists on classpath.
-
Method Details
-
isClassExists
Checks if class exists on classpath.- Parameters:
name- name of class to check.- Returns:
trueif class exists,falseotherwise.
-