org.tm4j.topicmap.index.IndexManager .registerIndexProvider(org.tm4j.topicmap.index.IndexProvider index)

Description

Plugin interface for index service providers. This method registers a new index serivce provider with the manager. The index service provider will be retrievable by the name of each interface it supports which is derived from the Index interface.

Parameters
org.tm4j.topicmap.index.IndexProvider index The index service provider to be registered.

Throws

Other Resources

Related Topics

Has Parameters