public class DB2TM extends Object
Modifier and Type | Method and Description |
---|---|
static void |
add(String cfgfile,
TopicMapIF topicmap)
PUBLIC: Run conversion from a configuration file into a given
topic map.
|
static void |
sync(String cfgfile,
TopicMapIF topicmap)
PUBLIC: Run synchronization from a configuration file against a
given topic map.
|
static void |
sync(String cfgfile,
TopicMapIF topicmap,
boolean force_rescan)
PUBLIC: Run synchronization from a configuration file against a
given topic map.
|
public static void add(String cfgfile, TopicMapIF topicmap) throws IOException
cfgfile
- File name of XML configuration file.topicmap
- Topic map to add converted data to.IOException
public static void sync(String cfgfile, TopicMapIF topicmap) throws IOException
cfgfile
- File name of XML configuration file.topicmap
- Topic map to synchronize the data against.IOException
public static void sync(String cfgfile, TopicMapIF topicmap, boolean force_rescan) throws IOException
cfgfile
- File name of XML configuration file.topicmap
- Topic map to synchronize the data against.force_rescan
- Iff true, all relations are rescannedIOException