Class Merger
java.lang.Object
net.ontopia.topicmaps.cmdlineutils.Merger
PUBLIC: Merges two topic map documents.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidexport(TopicMapIF tm, String outfile, boolean xtm) static voidprotected static TopicMapIFprotected static TopicMapIFmerge(TopicMapIF target, String source) protected static voidusage()
-
Constructor Details
-
Merger
public Merger()
-
-
Method Details
-
main
-
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
- Throws:
IOException
-