Class Element


  • public class Element
    extends java.lang.Object
    Represents an installable element in a properties file
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _className  
      private java.util.Map _paramMap  
    • Constructor Summary

      Constructors 
      Constructor Description
      Element​(java.lang.String className)  
      Element​(java.lang.String className, Param[] params)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addParam​(Param param)  
      void install()
      If the class is installable, this method will install it using the parameters
      • Methods inherited from class java.lang.Object

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

      • _className

        private java.lang.String _className
      • _paramMap

        private java.util.Map _paramMap
    • Constructor Detail

      • Element

        public Element​(java.lang.String className)
      • Element

        public Element​(java.lang.String className,
                       Param[] params)
    • Method Detail

      • addParam

        public void addParam​(Param param)
      • install

        public void install()
                     throws JWNLException
        If the class is installable, this method will install it using the parameters
        Throws:
        JWNLException