Methods in org.apache.rat with parameters of type ReportConfiguration |
static ClaimStatistic |
Report.report(IReportable container,
Writer out,
ReportConfiguration pConfiguration)
|
static void |
Report.report(PrintStream out,
IReportable base,
InputStream style,
ReportConfiguration pConfiguration)
Output a report that is styled using a defined stylesheet. |
ClaimStatistic |
Report.report(PrintStream out,
ReportConfiguration configuration)
|
static ClaimStatistic |
Report.report(Writer out,
IReportable base,
InputStream style,
ReportConfiguration pConfiguration)
Output a report that is styled using a defined stylesheet. |
void |
Report.styleReport(PrintStream out,
ReportConfiguration configuration)
Output a report in the default style and default licence
header matcher. |