Uses of Class
org.apache.rat.ReportConfiguration
Packages that use ReportConfiguration
-
Uses of ReportConfiguration in org.apache.rat
Methods in org.apache.rat with parameters of type ReportConfigurationModifier and TypeMethodDescriptionstatic voidReporter.listLicenseFamilies(ReportConfiguration configuration, LicenseSetFactory.LicenseFilter filter)lists the license families information on the configured output stream.static voidReporter.listLicenses(ReportConfiguration configuration, LicenseSetFactory.LicenseFilter filter)lists the licenses on the configured output stream.static ClaimStatisticReporter.report(ReportConfiguration configuration)Execute the report. -
Uses of ReportConfiguration in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type ReportConfigurationModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration)Creates a RatReport from the arguments.