net.didion.jwnl.util.factory
Interface Createable

All Known Subinterfaces:
DatabaseDictionaryElementFactory, FileDictionaryElementFactory, FileManager, MorphologicalProcessor, Operation
All Known Implementing Classes:
AbstractDelegatingOperation, AbstractPrincetonDatabaseDictionaryElementFactory, AbstractPrincetonFileDictionaryElementFactory, DatabaseManagerImpl, DefaultMorphologicalProcessor, FileManagerImpl, LookupExceptionsOperation, LookupIndexWordOperation, RemovePrepPhrasesOperation

public interface Createable

A Createable is an object that can create an instance of itself given parameters from a properties file (Params). A class that implements this interface must also define a no-arg constructor.


Method Summary
 java.lang.Object create(java.util.Map params)
           
 

Method Detail

create

public java.lang.Object create(java.util.Map params)
                        throws JWNLException
Throws:
JWNLException



JWNL homepage.