|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.ForeachHandler
public class ForeachHandler
This class implements the handling of the foreach element. The foreach element is used to specify loops in the setup, prepare and teardown elements.
Constructor Summary | |
---|---|
ForeachHandler()
|
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element elForeach)
Processes the content of the foreach element, returns a null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForeachHandler()
Method Detail |
---|
public final java.lang.Object process(org.jdom.Element elForeach) throws java.lang.Exception
process
in interface IHandler
elForeach
- the foreach element to parse.
java.lang.Exception
- if one is thrown by the underlying methods.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |