Class Reporter

java.lang.Object
org.apache.rat.Reporter

public class Reporter extends Object
Class that executes the report as defined in a ReportConfiguration and stores the result for later handling.
  • Constructor Details

    • Reporter

      public Reporter(ReportConfiguration configuration)
      Create the reporter.
      Parameters:
      configuration - the configuration to use.
  • Method Details