Package com.germinus.easyconf
Class ClassParameter
- java.lang.Object
-
- com.germinus.easyconf.ClassParameter
-
public class ClassParameter extends java.lang.Object
Métodos de utilidad para trabajar con parámetros de configuración que representan clases Fecha: 09-jul-2004 -- 12:06:34- Author:
- Jesús Jáimez Rodríguez
-
-
Field Summary
Fields Modifier and Type Field Description private static Log
log
-
Constructor Summary
Constructors Constructor Description ClassParameter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
getNewInstance(Configuration conf, java.lang.String propertyName)
-
-
-
Method Detail
-
getNewInstance
public static java.lang.Object getNewInstance(Configuration conf, java.lang.String propertyName) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
- Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
-
-