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