Methods in org.apache.rat with parameters of type IReportable |
static void |
Report.report(IReportable container,
java.io.Writer out,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
|
static void |
Report.report(java.io.PrintStream out,
IReportable base,
java.io.InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
Output a report that is styled using a defined stylesheet. |
static void |
Report.report(java.io.Writer out,
IReportable base,
java.io.InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
Output a report that is styled using a defined stylesheet. |