Package net.didion.jwnl.util.factory


package net.didion.jwnl.util.factory
Classes involved in reflective creation of JWNL components.
  • Class
    Description
     
    A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
    Represents an installable element in a properties file
    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.
     
    Represents a parameter in a properties file.