org.tm4j.topicmap.TopicMapManager .registerProvider(java.lang.String id,java.lang.String providerFactoryClassName,java.util.Properties props)

Description

Registers a new provider with the manager.

Parameters
java.lang.String id the id of the new Provider to be registered under
java.util.Properties props The properties to be used to construct the new TopicMapProvider
java.lang.String providerFactoryClassName The name of the TopicMapProviderFactory class which will create the new TopicMapProvider.

Returns

The registered TopicMapProvider implementation

Other Resources