Uses of Class
org.apache.rat.ReportConfiguration
-
Packages that use ReportConfiguration Package Description org.apache.rat org.apache.rat.mp org.apache.rat.report.xml -
-
Uses of ReportConfiguration in org.apache.rat
Methods in org.apache.rat with parameters of type ReportConfiguration Modifier and Type Method Description static voidReport. report(java.io.PrintStream out, IReportable base, java.io.InputStream style, ReportConfiguration pConfiguration)Output a report that is styled using a defined stylesheet.ClaimStatisticReport. report(java.io.PrintStream out, ReportConfiguration configuration)static ClaimStatisticReport. report(java.io.Writer out, IReportable base, java.io.InputStream style, ReportConfiguration pConfiguration)Output a report that is styled using a defined stylesheet.static ClaimStatisticReport. report(IReportable container, java.io.Writer out, ReportConfiguration pConfiguration)voidReport. styleReport(java.io.PrintStream out, ReportConfiguration configuration)Output a report in the default style and default license header matcher. -
Uses of ReportConfiguration in org.apache.rat.mp
Methods in org.apache.rat.mp that return ReportConfiguration Modifier and Type Method Description protected ReportConfigurationAbstractRatMojo. getConfiguration()protected ReportConfigurationRatCheckMojo. getConfiguration() -
Uses of ReportConfiguration in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type ReportConfiguration Modifier and Type Method Description static RatReportXmlReportFactory. createStandardReport(IXmlWriter writer, ClaimStatistic pStatistic, ReportConfiguration pConfiguration)
-