Class ConfigurationReport

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

public class ConfigurationReport extends Object implements RatReport
A report that dumps the ReportConfiguration into the XML output.
  • Constructor Details

    • ConfigurationReport

      public ConfigurationReport(IXmlWriter writer, ReportConfiguration configuration)
      Constructor.
      Parameters:
      writer - The writer to write the XML data to.
      configuration - the configuration to dump
  • Method Details