org.jcoderz.phoenix.report
Class EmmaReportReader
java.lang.Object
org.jcoderz.phoenix.report.AbstractReportReader
org.jcoderz.phoenix.report.EmmaReportReader
- All Implemented Interfaces:
- ValidationEventHandler, ReportReader
public class EmmaReportReader
- extends AbstractReportReader
Reads the coverage report generated by emma (http://emma.sourceforge.net/).
- Author:
- Andreas Mandel
|
Method Summary |
Map<ResourceInfo,List<Item>> |
getItems()
Returns the items of the input report as a Map of filename string
and of the type Item (org.jcoderz.phoenix.report.jaxb.Item). |
void |
parse(File f)
Parses the report file/directory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCOVERAGE_JAXB_CONTEXT_PATH
public static final String JCOVERAGE_JAXB_CONTEXT_PATH
- JAXB context path.
- See Also:
- Constant Field Values
parse
public final void parse(File f)
throws JAXBException
- Parses the report file/directory.
- Parameters:
f - input XML report or directory.
- Throws:
JAXBException - if an JAXB exception occures.
getItems
public final Map<ResourceInfo,List<Item>> getItems()
throws JAXBException
- Returns the items of the input report as a Map of filename string
and of the type Item (org.jcoderz.phoenix.report.jaxb.Item).
- Specified by:
getItems in class AbstractReportReader
- Returns:
- the items of the input report as a List of the type Item.
- Throws:
JAXBException - if an JAXB exception occures.
Copyright 2007 The jCoderZ Project.