org.apache.hadoop.hbase.util
Class ReflectionUtils

java.lang.Object
  extended by org.apache.hadoop.hbase.util.ReflectionUtils

public class ReflectionUtils
extends Object


Constructor Summary
ReflectionUtils()
           
 
Method Summary
static
<T> T
instantiateWithCustomCtor(String className, Class<?>[] ctorArgTypes, Object[] ctorArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils

public ReflectionUtils()
Method Detail

instantiateWithCustomCtor

public static <T> T instantiateWithCustomCtor(String className,
                                              Class<?>[] ctorArgTypes,
                                              Object[] ctorArgs)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.