public class StandardClassLoaderDelegateImpl extends Object implements ClassLoaderDelegate
Modifier and Type | Field and Description |
---|---|
static StandardClassLoaderDelegateImpl |
INSTANCE
Singleton access
|
Constructor and Description |
---|
StandardClassLoaderDelegateImpl() |
Modifier and Type | Method and Description |
---|---|
<T> Class<T> |
classForName(String className)
Locate a class by name.
|
public static final StandardClassLoaderDelegateImpl INSTANCE
public <T> Class<T> classForName(String className) throws ClassLoadingException
ClassLoaderDelegate
classForName
in interface ClassLoaderDelegate
T
- The returned class type.className
- The name of the class to locateClassLoadingException
Copyright © 2019 JBoss by Red Hat. All rights reserved.