Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private static final Log log
    • Constructor Detail

      • ClassParameter

        public ClassParameter()
    • 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