net.ontopia.topicmaps.utils.ltm
Class LTMTemplateImporter
java.lang.Object
net.ontopia.topicmaps.utils.ltm.LTMTemplateImporter
public class LTMTemplateImporter
- extends Object
PUBLIC: Imports an LTM fragment with references to parameter values
specified externally.
- Since:
- 3.2.4
Method Summary |
static Map |
read(TopicMapIF topicmap,
String ltm,
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 |
LTMTemplateImporter
public LTMTemplateImporter()
read
public static Map read(TopicMapIF topicmap,
String ltm,
Map parameters)
throws 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:
IOException
Copyright © 2000-2012 Ontopia.