net.sf.eos.config
Interface Configurable

All Known Subinterfaces:
ConfigurableSupplier<T>, EosLookupProvider, EosQuery
All Known Implementing Classes:
AbstractDictionaryBasedEntityRecognizer, AbstractKeyGenerator, CommonNameResolver, Configured, DefaultEosQuery, DefaultLuceneDocumentCreator, DefaultLuceneEosLookup, DefaultSentencer, DictionaryBasedEntityIdKeyGenerator, DirectorySupplier, IdMetadataKeyGenerator, IndexSearcherSupplier, LocalFsDirectorySupplier, LuceneDocumentCreator, LuceneEosLookup, MedlineTokenizerSupplier, SearcherSupplier, Sentencer, Serializer, SimpleLongestMatchDictionaryBasedEntityRecognizer, TextBuilder, TextBuilder.SpaceBuilder, TextMetaKeyGenerator, TokenizerSupplier, XmlSerializer

public interface Configurable

Class which are configurable must implement this interface.

Author:
Sascha Kohlmann

Method Summary
 void configure(Configuration config)
          Set the configuration to be used by this object.
 

Method Detail

configure

void configure(Configuration config)
Set the configuration to be used by this object. Implementation may create a copy of the parameter.

Parameters:
config - the configuration
Throws:
ConfigurationException - may be thrown


Copyright © 2008. All Rights Reserved.