jxUtil 0.6

org.sourceforge.jxutil.dbtest.framework
Class DBTestConfig

java.lang.Object
  |
  +--org.sourceforge.jxutil.xml.XMLConfig
        |
        +--org.sourceforge.jxutil.dbtest.framework.DBTestConfig

public final class DBTestConfig
extends XMLConfig

An XMLConfig for instantiating the DBTest configuration


Nested Class Summary
static class DBTestConfig.DBTestSuite
          The database TestSuite.
(package private) static class DBTestConfig.PackageHandler
          The XML handler for instantiating a Package.
(package private) static class DBTestConfig.TestSuiteHandler
          The XML handler for instantiating a TestSuite.
 
Nested classes inherited from class org.sourceforge.jxutil.xml.XMLConfig
XMLConfig.RefHandler
 
Field Summary
(package private) static TreeMap handlerMap
           
 
Fields inherited from class org.sourceforge.jxutil.xml.XMLConfig
doc, idCache
 
Constructor Summary
DBTestConfig(DocumentBuilder builder, File file)
           
DBTestConfig(File file)
           
 
Methods inherited from class org.sourceforge.jxutil.xml.XMLConfig
getById, getDocument, makeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerMap

static final TreeMap handlerMap
Constructor Detail

DBTestConfig

public DBTestConfig(DocumentBuilder builder,
                    File file)
             throws IOException,
                    ParserConfigurationException,
                    SAXException

DBTestConfig

public DBTestConfig(File file)
             throws IOException,
                    ParserConfigurationException,
                    SAXException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.