be.lassi.web.coverage
Class CoverageParser
java.lang.Object
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.
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 |
CoverageParser
public CoverageParser()
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