Package 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
-
-
Constructor Summary
Constructors Constructor Description LTMTemplateImporter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,TopicIF>
read(TopicMapIF topicmap, String ltm, Map<String,Object> parameters)
PUBLIC: Imports an LTM fragment with references to parameter values specified externally.
-
-
-
Method Detail
-
read
public static Map<String,TopicIF> read(TopicMapIF topicmap, String ltm, Map<String,Object> 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
-
-