Package net.didion.jwnl.util.factory
Class Element
- java.lang.Object
-
- net.didion.jwnl.util.factory.Element
-
public class Element extends Object
Represents an installable element in a properties file
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParam(Param param)voidinstall()If the class is installable, this method will install it using the parameters
-
-
-
Method Detail
-
addParam
public void addParam(Param param)
-
install
public void install() throws JWNLExceptionIf the class is installable, this method will install it using the parameters- Throws:
JWNLException
-
-