Searched refs:ReportSupport (Results 1 – 6 of 6) sorted by relevance
176 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()
59 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()
64 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()
101 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()
175 final ReportSupport support = new ReportSupport(getLog()); in executeCheck()
59 final class ReportSupport { class71 public ReportSupport(final Log log) { in ReportSupport() method in ReportSupport