Class Merger
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.Merger
-
public class Merger extends Object
PUBLIC: Merges two topic map documents.
-
-
Constructor Summary
Constructors Constructor Description Merger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
export(TopicMapIF tm, String outfile, boolean xtm)
static void
main(String[] argv)
protected static TopicMapIF
merge(String stm1, String stm2)
protected static TopicMapIF
merge(TopicMapIF target, String source)
protected static void
usage()
-
-
-
Method Detail
-
main
public static void main(String[] argv)
-
usage
protected static void usage()
-
merge
protected static TopicMapIF merge(String stm1, String stm2) throws ConstraintViolationException, IOException
-
merge
protected static TopicMapIF merge(TopicMapIF target, String source) throws ConstraintViolationException, IOException
-
export
protected static void export(TopicMapIF tm, String outfile, boolean xtm) throws IOException
- Throws:
IOException
-
-