net.ontopia.topicmaps.cmdlineutils
Class Merger

java.lang.Object
  extended by net.ontopia.topicmaps.cmdlineutils.Merger

public class Merger
extends java.lang.Object

PUBLIC: Merges two topic map documents.


Constructor Summary
Merger()
           
 
Method Summary
protected static void export(TopicMapIF tm, java.lang.String outfile, boolean xtm)
           
static void main(java.lang.String[] argv)
           
protected static TopicMapIF merge(java.lang.String stm1, java.lang.String stm2)
           
protected static TopicMapIF merge(TopicMapIF target, java.lang.String source)
           
protected static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Merger

public Merger()
Method Detail

main

public static void main(java.lang.String[] argv)

usage

protected static void usage()

merge

protected static TopicMapIF merge(java.lang.String stm1,
                                  java.lang.String stm2)
                           throws ConstraintViolationException,
                                  java.io.IOException
Throws:
ConstraintViolationException
java.io.IOException

merge

protected static TopicMapIF merge(TopicMapIF target,
                                  java.lang.String source)
                           throws ConstraintViolationException,
                                  java.io.IOException
Throws:
ConstraintViolationException
java.io.IOException

export

protected static void export(TopicMapIF tm,
                             java.lang.String outfile,
                             boolean xtm)
                      throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2012 Ontopia.