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