org.acm.seguin.summary
Class ReflectiveSummaryLoader

java.lang.Object
  extended by org.acm.seguin.summary.ReflectiveSummaryLoader

public class ReflectiveSummaryLoader
extends java.lang.Object

Creates a summary of a class using reflection

Since:
2.8.00
Version:
$Id: ReflectiveSummaryLoader.java,v 1.7 2004/05/04 15:52:26 mikeatkinson Exp $
Author:
Mike Atkinson

Method Summary
static TypeSummary loadType(java.lang.String className, java.lang.ClassLoader classLoader)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadType

public static TypeSummary loadType(java.lang.String className,
                                   java.lang.ClassLoader classLoader)
                            throws java.lang.ClassNotFoundException
Description of the Method

Parameters:
className - Description of the Parameter
Returns:
Description of the Return Value
Throws:
java.lang.ClassNotFoundException - Description of the Exception