public class ClassUtil extends Object
| Constructor and Description | 
|---|
ClassUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Class<?> | 
forName(String name,
       Class<?> caller)  | 
static URL | 
getResource(String name,
           Class<?> caller)  | 
public static Class<?> forName(String name, Class<?> caller) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.