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