|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.ConstructorArgsHandler
net.sourceforge.sqlunit.handlers.TypeMapHandler
public class TypeMapHandler
Handles a typemap element, child of a typemap element.
Constructor Summary | |
---|---|
TypeMapHandler()
|
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element elTypeMap)
Processes the JDOM Element representing the typemap tag returns an array of TypeDef objects. |
Methods inherited from class net.sourceforge.sqlunit.handlers.ConstructorArgsHandler |
---|
getArguments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeMapHandler()
Method Detail |
---|
public java.lang.Object process(org.jdom.Element elTypeMap) throws java.lang.Exception
process
in interface IHandler
process
in class ConstructorArgsHandler
elTypeMap
- the JDOM Element representing the typemap tag.
java.lang.Exception
- if something went wrong processing the typemap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |