org.apache.falcon.util
Class ReflectionUtils

java.lang.Object
  extended by org.apache.falcon.util.ReflectionUtils

public final class ReflectionUtils
extends Object

Helper methods for class instantiation through reflection.


Method Summary
static
<T> T
getInstance(String classKey)
           
static
<T> T
getInstanceByClassName(String clazzName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static <T> T getInstance(String classKey)
                     throws FalconException
Throws:
FalconException

getInstanceByClassName

public static <T> T getInstanceByClassName(String clazzName)
                                throws FalconException
Throws:
FalconException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.