info.magnolia.module.rssaggregator.util
Class ClassUtils

java.lang.Object
  extended by info.magnolia.module.rssaggregator.util.ClassUtils

public final class ClassUtils
extends Object

Convenience methods when handling with classes.

Author:
Rob van der Linden Vooren

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

Method Detail

forName

public static Class forName(String className)
                     throws ClassNotFoundException
Throws:
ClassNotFoundException

forName

public static Class forName(String className,
                            ClassLoader classLoader)
                     throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.