| java.lang.Object net.firstpartners.nounit.report.process.CallChainer
CallChainer | public class CallChainer implements ICallsXmlConstants(Code) | | Using the Start Class as a base , traces all calls through the
document to see what calls what. Start Class is defined as any class
that extends @param nameOfBaseClass. While tracing
calls through the Java (XML tree) , it updates the tree, to see who
calls whom, when and a what depth (and to see what this method may
call in turn.
This process is called the 'Call Chain'.
The class acts on XML as per dtd @see nounit.dtd
|
addCallChainInformation | public void addCallChainInformation(File fullXmlFileName, File outputFile, String nameOfBaseClass) throws NoUnitException, IOException, JDOMException(Code) | | Add Calls information to the XMl Tree (@see nounit.dtd)
Parameters: fullXMLFileName - file to process Parameters: outputFile - Parameters: nameOfBaseClass - - the calls trail will run from here exception: NoUnitException - exception: IOException - |
|
|