org.tm4j.topicmap.index
Interface ConfigurableIndex

All Superinterfaces:
Index
All Known Implementing Classes:
LuceneIndexBase

public interface ConfigurableIndex
extends Index

The interface to be implemented by an index managed by a ConfigurableIndexProvider. This interface extends the Index interface by providing a hook for passing configuration properties to the index implementation.


Method Summary
 void configure(java.util.Properties configProps)
           
 
Methods inherited from interface org.tm4j.topicmap.index.Index
close, isOpen, open, reindex
 

Method Detail

configure

public void configure(java.util.Properties configProps)
               throws IndexConfigurationException
Throws:
IndexConfigurationException