Uses of Class
org.apache.rat.report.claim.ClaimStatistic
Packages that use ClaimStatistic
-
Uses of ClaimStatistic in org.apache.rat
Methods in org.apache.rat that return ClaimStatisticModifier and TypeMethodDescriptionstatic ClaimStatisticReporter.report(ReportConfiguration configuration)Execute the report. -
Uses of ClaimStatistic in org.apache.rat.mp
Methods in org.apache.rat.mp with parameters of type ClaimStatisticModifier and TypeMethodDescriptionprotected voidRatCheckMojo.check(ClaimStatistic statistics, ReportConfiguration config) -
Uses of ClaimStatistic in org.apache.rat.report.claim.impl
Methods in org.apache.rat.report.claim.impl with parameters of type ClaimStatisticModifier and TypeMethodDescriptionvoidClaimAggregator.fillClaimStatistic(ClaimStatistic pStatistic)Constructors in org.apache.rat.report.claim.impl with parameters of type ClaimStatistic -
Uses of ClaimStatistic in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type ClaimStatisticModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration)Creates a RatReport from the arguments.