Overview  Package   Class  Tree  Index 

be.lassi.web.coverage
Class CoverageParser

java.lang.Object
  extended by be.lassi.web.coverage.CoverageParser

public class CoverageParser
extends java.lang.Object

Parses a clover coverage result xml file and creates the objects representing the coverage information.


Constructor Summary
CoverageParser()
           
 
Method Summary
 CoverageInfo parse(java.lang.String filename)
          Parses an xml file with clover coverage information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageParser

public CoverageParser()
Method Detail

parse

public CoverageInfo parse(java.lang.String filename)
                   throws java.io.IOException,
                          org.xml.sax.SAXException
Parses an xml file with clover coverage information.

Parameters:
filename - the name of the file with the coverage information
Returns:
the coverage information
Throws:
org.xml.sax.SAXException
java.io.IOException

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2