com.agimatec.commons.util
Class ClassUtils

java.lang.Object
  extended by 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

Constructor Summary
ClassUtils()
           
 
Method Summary
static Class forName(String className)
           
static ClassLoader getClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassUtils

public ClassUtils()
Method Detail

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-2012. All Rights Reserved.