net.ontopia.topicmaps.utils.ltm
Class LTMTemplateImporter

java.lang.Object
  extended by net.ontopia.topicmaps.utils.ltm.LTMTemplateImporter

public class LTMTemplateImporter
extends java.lang.Object

PUBLIC: Imports an LTM fragment with references to parameter values specified externally.

Since:
3.2.4

Constructor Summary
LTMTemplateImporter()
           
 
Method Summary
static java.util.Map read(TopicMapIF topicmap, java.lang.String ltm, java.util.Map parameters)
          PUBLIC: Imports an LTM fragment with references to parameter values specified externally.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LTMTemplateImporter

public LTMTemplateImporter()
Method Detail

read

public static java.util.Map read(TopicMapIF topicmap,
                                 java.lang.String ltm,
                                 java.util.Map parameters)
                          throws java.io.IOException
PUBLIC: Imports an LTM fragment with references to parameter values specified externally.

Parameters:
topicmap - The topic map to import the LTM into.
ltm - The LTM fragment.
parameters - The %foo% parameters referenced from the LTM.
Returns:
A Map containing references to the %new% topics created.
Throws:
java.io.IOException


Copyright © 2000-2012 Ontopia.