|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tm4j.config.xml.TopicMapManagerConfiguration
Reads the configuration of a TopicMapManager Implementation from an XML file using jakarta digester.
| Constructor Summary | |
TopicMapManagerConfiguration()
|
|
| Method Summary | |
static void |
readConfiguration(java.io.File configFile,
TopicMapManager manager)
This method internally calls readConfiguration(Properties, File, TopicMapManager)
with standart Properties |
static void |
readConfiguration(java.util.Properties props,
java.io.File configFile,
TopicMapManager manager)
This methods creates a reader from configFile and
calls readConfiguration(Properties, Reader, TopicMapManager) |
static void |
readConfiguration(java.util.Properties props,
java.io.Reader config,
TopicMapManager manager)
Fills the context with the settings from the reader. |
static void |
readConfiguration(java.io.Reader config,
TopicMapManager manager)
This method internally calls readConfiguration(Properties, Reader, TopicMapManager)
with standart Properties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TopicMapManagerConfiguration()
| Method Detail |
public static void readConfiguration(java.io.File configFile,
TopicMapManager manager)
readConfiguration(Properties, File, TopicMapManager)
with standart Properties
configFile - manager - the TopicMapManager to be filled.
public static void readConfiguration(java.util.Properties props,
java.io.File configFile,
TopicMapManager manager)
configFile and
calls readConfiguration(Properties, Reader, TopicMapManager)
props - configuration properties for this digestern, may be nullconfigFile - the file to read frommanager - the TopicMapManager to be filled.
public static void readConfiguration(java.io.Reader config,
TopicMapManager manager)
readConfiguration(Properties, Reader, TopicMapManager)
with standart Properties
config - a reader that accesses a xml-file, which conforms to context.dtdmanager - the TopicMapManager to be filled.
public static void readConfiguration(java.util.Properties props,
java.io.Reader config,
TopicMapManager manager)
props - configuration properties for this digestern, may be nullconfig - a reader that accesses a xml-filemanager - the TopicMapManager to be filled.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||