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 voidexport(TopicMapIF tm, String outfile, boolean xtm)static voidmain(String[] argv)protected static TopicMapIFmerge(String stm1, String stm2)protected static TopicMapIFmerge(TopicMapIF target, String source)protected static voidusage()
-
-
-
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
-
-