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.anttasks
Methods in org.apache.rat.anttasks that return ReportConfiguration -
Uses of ReportConfiguration in org.apache.rat.mp
Methods in org.apache.rat.mp that return ReportConfigurationModifier and TypeMethodDescriptionprotected ReportConfigurationAbstractRatMojo.getConfiguration()protected ReportConfigurationRatCheckMojo.getConfiguration()Methods in org.apache.rat.mp with parameters of type ReportConfigurationModifier and TypeMethodDescriptionprotected voidRatCheckMojo.check(ClaimStatistic statistics, ReportConfiguration config) -
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.