Uses of Interface
org.tm4j.topicmap.index.IndexProvider

Packages that use IndexProvider
org.tm4j.topicmap.index Provides the core interface for a flexible indexing architecture. 
 

Uses of IndexProvider in org.tm4j.topicmap.index
 

Classes in org.tm4j.topicmap.index that implement IndexProvider
 class ConfigurableIndexProvider
          An abstract implementation of an IndexProvider that provides access to one or more topic map indexes which require configuration information to be correctly initialised.
 

Methods in org.tm4j.topicmap.index with parameters of type IndexProvider
 void IndexManager.registerIndexProvider(IndexProvider index)
          Plugin interface for index service providers.