Uses of Interface
org.tm4j.topicmap.TopicMapManager

Packages that use TopicMapManager
org.tm4j.config.xml   
 

Uses of TopicMapManager in org.tm4j.config.xml
 

Methods in org.tm4j.config.xml with parameters of type TopicMapManager
static void TopicMapManagerConfiguration.readConfiguration(java.io.File configFile, TopicMapManager manager)
          This method internally calls TopicMapManagerConfiguration.readConfiguration(Properties, File, TopicMapManager) with standart Properties
static void TopicMapManagerConfiguration.readConfiguration(java.util.Properties props, java.io.File configFile, TopicMapManager manager)
          This methods creates a reader from configFile and calls TopicMapManagerConfiguration.readConfiguration(Properties, Reader, TopicMapManager)
static void TopicMapManagerConfiguration.readConfiguration(java.io.Reader config, TopicMapManager manager)
          This method internally calls TopicMapManagerConfiguration.readConfiguration(Properties, Reader, TopicMapManager) with standart Properties
static void TopicMapManagerConfiguration.readConfiguration(java.util.Properties props, java.io.Reader config, TopicMapManager manager)
          Fills the context with the settings from the reader.