Package net.didion.jwnl.util.factory

Classes involved in reflective creation of JWNL components.

See:
          Description

Interface Summary
Createable A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
Installable An Installable is an object that defines a framework for allowing subclasses to define an instance of themselves as the single static instance of the superclass.
Param Represents a parameter in a properties file.
 

Class Summary
AbstractValueParam  
Element Represents an installable element in a properties file
NameValueParam  
ParamList  
ValueParam  
 

Package net.didion.jwnl.util.factory Description

Classes involved in reflective creation of JWNL components.