Package net.didion.jwnl.util.factory
Interface Param
-
- All Known Implementing Classes:
AbstractValueParam,NameValueParam,ParamList,ValueParam
public interface ParamRepresents a parameter in a properties file. Paremeters can be nested.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddParam(Param param)Objectcreate()StringgetName()StringgetValue()
-
-
-
Method Detail
-
getName
String getName()
-
getValue
String getValue()
-
addParam
void addParam(Param param)
-
create
Object create() throws JWNLException
- Throws:
JWNLException
-
-