|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.db2tm.DB2TM
public class DB2TM
PUBLIC: The driver class used to do conversions with DB2TM.
| Method Summary | |
|---|---|
static void |
add(java.lang.String cfgfile,
TopicMapIF topicmap)
PUBLIC: Run conversion from a configuration file into a given topic map. |
static void |
sync(java.lang.String cfgfile,
TopicMapIF topicmap)
PUBLIC: Run synchronization from a configuration file against a given topic map. |
static void |
sync(java.lang.String cfgfile,
TopicMapIF topicmap,
boolean force_rescan)
PUBLIC: Run synchronization from a configuration file against a given topic map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void add(java.lang.String cfgfile,
TopicMapIF topicmap)
throws java.io.IOException
cfgfile - File name of XML configuration file.topicmap - Topic map to add converted data to.
java.io.IOException
public static void sync(java.lang.String cfgfile,
TopicMapIF topicmap)
throws java.io.IOException
cfgfile - File name of XML configuration file.topicmap - Topic map to synchronize the data against.
java.io.IOException
public static void sync(java.lang.String cfgfile,
TopicMapIF topicmap,
boolean force_rescan)
throws java.io.IOException
cfgfile - File name of XML configuration file.topicmap - Topic map to synchronize the data against.force_rescan - Iff true, all relations are rescanned
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||