org.tm4j.config.xml.TopicMapManagerConfiguration .readConfiguration(java.util.Properties props,java.io.File configFile,org.tm4j.topicmap.TopicMapManager manager)

Description

This methods creates a reader from configFile and calls #readConfiguration(Properties, Reader, TopicMapManager)

Parameters
java.io.File configFile the file to read from
org.tm4j.topicmap.TopicMapManager manager the TopicMapManager to be filled.
java.util.Properties props configuration properties for this digestern, may be null

Other Resources

Related Topics