edu.internet2.middleware.grouper.internal.util
Class Realize

java.lang.Object
  extended by edu.internet2.middleware.grouper.internal.util.Realize

public class Realize
extends Object

Reflectively instantiate classes.

Since:
1.2.0
Version:
$Id: Realize.java,v 1.5 2009-03-15 06:37:23 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
Realize()
           
 
Method Summary
static Object instantiate(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Realize

public Realize()
Method Detail

instantiate

public static Object instantiate(String name)
                          throws GrouperException
Throws:
GrouperException
Since:
1.2.0