* @throws InterruptedException
* @throws TransformerException
* @throws RatReportFailedException
*/
private void createReport(PrintWriter out) throws IOException, TransformerException, InterruptedException, RatReportFailedException {
HeaderMatcherMultiplexer m = new HeaderMatcherMultiplexer(getLicenseMatchers());
ResourceCollectionContainer rcElement =
new ResourceCollectionContainer(nestedResources);
org.apache.rat.Report.report(out, rcElement, Defaults.getDefaultStyleSheet(), m, getApprovedLicenseNames());
}