public interface HK2Loader
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
loadClass(String className)
Loads a class given the class name to instantiate
|
Class<?> loadClass(String className) throws MultiException
className - The descriptor to convert into an ActiveDescriptorMultiException - If this loader had some problem loading the classCopyright © 2009–2019 Oracle Corporation. All rights reserved.