Uses of Class
org.apache.rat.report.claim.ClaimStatistic
Packages that use ClaimStatistic
Package
Description
The base package for the RAT tool.
Contains utilities to validate the results.
Classes that manage claims (metrics) about files and categories of files.
Classes that write the XML output.
-
Uses of ClaimStatistic in org.apache.rat
Methods in org.apache.rat that return ClaimStatisticModifier and TypeMethodDescriptionReporter.execute()
Executes the report and builds the output.Reporter.getClaimsStatistic()
Get the claim statistics from the run. -
Uses of ClaimStatistic in org.apache.rat.config.results
Methods in org.apache.rat.config.results with parameters of type ClaimStatisticModifier and TypeMethodDescriptionClaimValidator.listIssues
(ClaimStatistic statistic) Creates a list of items that have issues.void
ClaimValidator.logIssues
(ClaimStatistic statistic) Logs all the invalid values as errors. -
Uses of ClaimStatistic in org.apache.rat.report.claim
Constructors in org.apache.rat.report.claim with parameters of type ClaimStatisticModifierConstructorDescriptionClaimAggregator
(ClaimStatistic statistic) Constructor.ClaimValidatorReport
(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Constructor. -
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.