org.tm4j.topicmap.utils.TopicMapMerger .getSources()

Description

Retrieves the list of sources to be merged.

Returns

a {@link List} of {@link org.tm4j.topicmap.source.TopicMapSource}s to be merged when {@link #merge()} is invoked. If no sources have been added yet, the returned {@link List} is empty, it is never null.

Other Resources

Related Topics