public interface ClassLoaderDelegate
ClassLoader methods.| Modifier and Type | Method and Description |
|---|---|
<T> Class<T> |
classForName(String className)
Locate a class by name.
|
<T> Class<T> classForName(String className) throws ClassLoadingException
T - The returned class type.className - The name of the class to locateClassLoadingExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.