Home
last modified time | relevance | path

Searched refs:ReportSupport (Results 1 – 6 of 6) sorted by relevance

/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DAbstractReportMojo.java176 final ReportSupport support = new ReportSupport(getLog()); in executeReport()
188 abstract void loadExecutionData(final ReportSupport support) in loadExecutionData()
191 abstract void addFormatters(final ReportSupport support, final Locale locale) in addFormatters()
195 final ReportSupport support) throws IOException; in createReport()
DReportMojo.java59 void loadExecutionData(final ReportSupport support) throws IOException { in loadExecutionData()
64 void addFormatters(final ReportSupport support, final Locale locale) in addFormatters()
72 final ReportSupport support) throws IOException { in createReport()
DReportITMojo.java64 void loadExecutionData(final ReportSupport support) throws IOException { in loadExecutionData()
69 void addFormatters(final ReportSupport support, final Locale locale) in addFormatters()
77 final ReportSupport support) throws IOException { in createReport()
DReportAggregateMojo.java101 void loadExecutionData(final ReportSupport support) throws IOException { in loadExecutionData()
117 private void loadExecutionData(final ReportSupport support, in loadExecutionData()
125 void addFormatters(final ReportSupport support, final Locale locale) in addFormatters()
133 final ReportSupport support) throws IOException { in createReport()
DCheckMojo.java175 final ReportSupport support = new ReportSupport(getLog()); in executeCheck()
DReportSupport.java59 final class ReportSupport { class
71 public ReportSupport(final Log log) { in ReportSupport() method in ReportSupport