public class ClassUtils extends Object
Description: Reflection util for class access.
Copyright (c) 2007
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class |
forName(String className) |
static ClassLoader |
getClassLoader() |
public static ClassLoader getClassLoader()
public static Class forName(String className) throws ClassNotFoundException
className - ClassNotFoundExceptionClass.forName(String)Copyright © 2008–2018. All rights reserved.