Class ClaimAggregator

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

public class ClaimAggregator extends AbstractClaimReporter
The aggregator is used to create a numerical statistic of claims.
  • Constructor Details

    • ClaimAggregator

      public ClaimAggregator(ClaimStatistic statistic)
      Constructor.
      Parameters:
      statistic - The statistic to store the statistics in.
  • Method Details