public class ClassLoaderSearchUtilDelegator extends Object
ClassLoaderSearchUtil| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
findClassFromClassLoaders(String className,
Iterable<ClassLoader> classLoaders)
Finds a
Class by name using a series of ClassLoaders as the search path |
public static Class<?> findClassFromClassLoaders(String className, Iterable<ClassLoader> classLoaders) throws ClassNotFoundException, IllegalArgumentException
Class by name using a series of ClassLoaders as the search pathclassName - classLoaders - ClassNotFoundException - If the Class could not be found in any of the specified CLsIllegalArgumentExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.