org.jenkinsci.plugins.builduser.utils
Class ClassUtils

java.lang.Object
  extended by 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

Method Summary
static boolean isClassExists(String name)
          Checks if class exists on classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.