|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.SetupHandler
public class SetupHandler
The SetupHandler class handles the setup tag of the XML input file.
Constructor Summary | |
---|---|
SetupHandler()
|
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element elSetup)
Processes the Setup tag and carries out the sql statements specified inside the tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetupHandler()
Method Detail |
---|
public final java.lang.Object process(org.jdom.Element elSetup) throws java.lang.Exception
process
in interface IHandler
elSetup
- the JDOM Element representing the setup element.
java.lang.Exception
- if there was a problem running the setup.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |