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 ClassLoader s as the search path |
public static Class<?> findClassFromClassLoaders(String className, Iterable<ClassLoader> classLoaders) throws ClassNotFoundException, IllegalArgumentException
Class
by name using a series of ClassLoader
s as the search pathclassName
- classLoaders
- ClassNotFoundException
- If the Class
could not be found in any of the specified CLsIllegalArgumentException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.