Searched refs:ReportCfg (Results 1 - 4 of 4) sorted by relevance

/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java18 import com.vladium.emma.report.ReportCfg.Element_HTML;
19 import com.vladium.emma.report.ReportCfg.Element_LCOV;
20 import com.vladium.emma.report.ReportCfg.Element_TXT;
21 import com.vladium.emma.report.ReportCfg.Element_XML;
39 m_reportCfg = new ReportCfg (getProject (), this);
182 private ReportCfg m_reportCfg;
H A DReportCfg.java7 * $Id: ReportCfg.java,v 1.1.1.1.2.1 2004/07/08 10:52:11 vlad_r Exp $
32 * ReportCfg is a container for report type {@link ReportCfg.Element}s that are
40 * Note that ReportCfg does not handle any non-report related properties.
43 * ReportCfg settings.
48 class ReportCfg implements IReportProperties class in inherits:IReportProperties
236 public ReportCfg (final Project project, final Task task) method in class:ReportCfg
/external/emma/ant/ant14/com/vladium/emma/
H A DemmajavaTask.java18 import com.vladium.emma.report.ReportCfg;
21 import com.vladium.emma.report.ReportCfg.Element_HTML;
22 import com.vladium.emma.report.ReportCfg.Element_LCOV;
23 import com.vladium.emma.report.ReportCfg.Element_TXT;
24 import com.vladium.emma.report.ReportCfg.Element_XML;
50 m_reportCfg = new ReportCfg (project, this);
586 private /*final*/ ReportCfg m_reportCfg;
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...

Completed in 155 milliseconds