|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.ParamSetHandler
public class ParamSetHandler
The ParamSetHandler takes the JDOM Element representing the paramset tag and converts it to an array of Param objects.
| Constructor Summary | |
|---|---|
ParamSetHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elParamSet)
Processes the JDOM Element representing the paramset tag and returns an array of Param objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParamSetHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elParamSet)
throws java.lang.Exception
process in interface IHandlerelParamSet - the JDOM Element representing the paramset tag.
java.lang.Exception - if something went wrong processing the paramset.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||