org.tm4j.topicmap.TopicMapProvider .addTopicMap(org.tm4j.topicmap.source.TopicMapSource source,org.tm4j.topicmap.TopicMap existing)

Description

Imports a topic map into the data store managed by this TopicMapProvider from the specified TopicMapSource

Parameters
org.tm4j.topicmap.TopicMap existing If this parameter is not null, then the TopicMap object passed in must be a TopicMap which is provided by this TopicMapProvider. The topic map retrieved from source will be merged with existing TopicMap and no new TopicMap object will be created.
org.tm4j.topicmap.source.TopicMapSource source a implementation of the TopicMapSource interface representing a source for a TopicMap

Throws

Returns

The new TopicMap object managed by the TopicMapProvider.

Other Resources

Related Topics