com.agimatec.commons.util
Class ClassUtils
java.lang.Object
com.agimatec.commons.util.ClassUtils
public class ClassUtils
- extends Object
Title: Agimatec GmbH
Description: Reflection util for class access.
Copyright (c) 2007
Company: Agimatec GmbH
- Author:
- Roman Stumm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassUtils
public ClassUtils()
getClassLoader
public static ClassLoader getClassLoader()
- Returns:
- contextclassloader or the caller classLoader
forName
public static Class forName(String className)
throws ClassNotFoundException
- Parameters:
className -
- Returns:
- a Class
- Throws:
ClassNotFoundException- See Also:
Class.forName(String)
Copyright © 2008-2011. All Rights Reserved.