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 void
Reporter.listLicenseFamilies(ReportConfiguration configuration, LicenseSetFactory.LicenseFilter filter)
lists the license families information on the configured output stream.static void
Reporter.listLicenses(ReportConfiguration configuration, LicenseSetFactory.LicenseFilter filter)
lists the licenses on the configured output stream.static ClaimStatistic
Reporter.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 RatReport
XmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration)
Creates a RatReport from the arguments.