Package | Description |
---|---|
com.vladium.emma.report | |
com.vladium.emma.report.html | |
com.vladium.emma.rt |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReportGenerator |
Modifier and Type | Field and Description |
---|---|
private IReportGenerator[] |
ReportProcessor.m_reportGenerators |
Modifier and Type | Method and Description |
---|---|
static IReportGenerator |
AbstractReportGenerator.create(java.lang.String type) |
Modifier and Type | Class and Description |
---|---|
class |
ReportGenerator |
Modifier and Type | Field and Description |
---|---|
private IReportGenerator[] |
AppRunner.AppRunnerExitHook.m_generators |
private IReportGenerator[] |
AppRunner.m_reportGenerators |
Constructor and Description |
---|
AppRunnerExitHook(Logger log,
boolean dumpRawData,
java.io.File sdataOutFile,
boolean sdataOutMerge,
IMetaData mdata,
ICoverageData cdata,
IReportGenerator[] generators,
SourcePathCache cache,
IProperties properties) |