net.didion.jwnl.util.factory
Class Element

java.lang.Object
  extended by net.didion.jwnl.util.factory.Element

public class Element
extends java.lang.Object

Represents an installable element in a properties file


Constructor Summary
Element(java.lang.String className)
           
Element(java.lang.String className, Param[] params)
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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