Class Element


  • public class Element
    extends Object
    Represents an installable element in a properties file
    • Constructor Detail

      • Element

        public Element​(String className)
      • Element

        public Element​(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