com.croftsoft.core.lang.reflect
Class MethodLib

java.lang.Object
  extended by com.croftsoft.core.lang.reflect.MethodLib

public class MethodLib
extends Object

Static library to invoke methods using reflection.

Version:
1998-10-04
Author:
David Wallace Croft

Method Summary
static void invokeMain(Class c, String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invokeMain

public static void invokeMain(Class c,
                              String[] args)
                       throws IllegalAccessException
Throws:
IllegalAccessException

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)