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 void
addParam(Param param)
void
install()
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 JWNLException
If the class is installable, this method will install it using the parameters- Throws:
JWNLException
-
-