org.tm4j.config.xml .TopicMapManagerConfiguration

Description

Reads the configuration of a TopicMapManager Implementation from an XML file using jakarta digester.

Inheritance Hierarchy

Method Summary
void readConfiguration(java.io.File configFile,org.tm4j.topicmap.TopicMapManager manager)
This method internally calls #readConfiguration(Properties, File, TopicMapManager) with standart Properties
void readConfiguration(java.io.Reader config,org.tm4j.topicmap.TopicMapManager manager)
This method internally calls #readConfiguration(Properties, Reader, TopicMapManager) with standart Properties
void readConfiguration(java.util.Properties props,java.io.File configFile,org.tm4j.topicmap.TopicMapManager manager)
This methods creates a reader from configFile and calls #readConfiguration(Properties, Reader, TopicMapManager)
void readConfiguration(java.util.Properties props,java.io.Reader config,org.tm4j.topicmap.TopicMapManager manager)
Fills the context with the settings from the reader.