Class ClaimValidatorReport

java.lang.Object
org.apache.rat.report.claim.ClaimValidatorReport
All Implemented Interfaces:
RatReport

public class ClaimValidatorReport extends Object implements RatReport
A RatReport that publishes the results of the ClaimValidator.
  • Constructor Details

    • ClaimValidatorReport

      public ClaimValidatorReport(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration)
      Constructor.
      Parameters:
      writer - the XMLWriter to write with.
      statistic - the Claim statistics to report.
      configuration - the configuration for the run.
  • Method Details