Package net.didion.jwnl.util.factory
Interface Param
- All Known Implementing Classes:
AbstractValueParam
,NameValueParam
,ParamList
,ValueParam
public interface Param
Represents a parameter in a properties file. Paremeters can be nested.
-
Method Summary
-
Method Details
-
getName
String getName() -
getValue
String getValue() -
addParam
-
create
- Throws:
JWNLException
-