org.tm4j.topicmap.utils.TopicMapMerger .setDefaultBaseUri(java.lang.String newVal)

Description

Sets the default base URI. Since changes to this property are vetoable, a registered java.beans.VetoableChangeListener may determine that the property change is inappropriate or invalid, and ask for it to be rolled back. In that case, the property's original value is restored, and a warning is issued to any registered logger.

Parameters
java.lang.String newVal the URI being used for those topic maps in the merging operation that don't come with an explicitly defined base URI.

Other Resources

Related Topics

Has Parameters