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 ClaimStatistic
Reporter.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 void
RatCheckMojo.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 TypeMethodDescriptionvoid
ClaimAggregator.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 RatReport
XmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration)
Creates a RatReport from the arguments.