org.webmacro.engine
Class IntrospectionUtils

java.lang.Object
  extended byorg.webmacro.engine.IntrospectionUtils

public class IntrospectionUtils
extends java.lang.Object

Since:
May 25, 2002
Author:
Keats

Method Summary
static java.lang.Class[] createTypesFromArgs(java.lang.Object[] args)
           
static java.lang.Object instantiate(java.lang.Class c, java.lang.Object[] args)
          attempt to instantiate a class with the supplied args
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTypesFromArgs

public static final java.lang.Class[] createTypesFromArgs(java.lang.Object[] args)

instantiate

public static java.lang.Object instantiate(java.lang.Class c,
                                           java.lang.Object[] args)
                                    throws java.lang.Exception
attempt to instantiate a class with the supplied args

Throws:
java.lang.Exception