Package net.didion.jwnl.util.factory
Interface Createable
-
- All Known Subinterfaces:
DatabaseDictionaryElementFactory,FileDictionaryElementFactory,FileManager,MorphologicalProcessor,Operation
- All Known Implementing Classes:
AbstractDelegatingOperation,AbstractPrincetonDatabaseDictionaryElementFactory,AbstractPrincetonFileDictionaryElementFactory,DatabaseManagerImpl,DefaultMorphologicalProcessor,DetachSuffixesOperation,FileManagerImpl,LookupExceptionsOperation,LookupIndexWordOperation,PrincetonWN16DatabaseDictionaryElementFactory,PrincetonWN16FileDictionaryElementFactory,PrincetonWN17DatabaseDictionaryElementFactory,PrincetonWN17FileDictionaryElementFactory,PrincetonWN30DatabaseDictionaryElementFactory,RemoteFileManager,RemovePrepPhrasesOperation,SenseAndUsageDatabaseManager,TokenizerOperation
public interface CreateableACreateableis 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectcreate(java.util.Map params)
-
-
-
Method Detail
-
create
java.lang.Object create(java.util.Map params) throws JWNLException- Throws:
JWNLException
-
-