Uses of Class
org.apache.rat.report.claim.ClaimStatistic
-
Packages that use ClaimStatistic Package Description org.apache.rat org.apache.rat.mp org.apache.rat.report.claim.impl org.apache.rat.report.xml -
-
Uses of ClaimStatistic in org.apache.rat
Methods in org.apache.rat that return ClaimStatistic Modifier and Type Method Description ClaimStatisticReport. report(java.io.PrintStream out)Deprecated.useReport.report(PrintStream, ReportConfiguration)insteadClaimStatisticReport. 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) -
Uses of ClaimStatistic in org.apache.rat.mp
Methods in org.apache.rat.mp that return ClaimStatistic Modifier and Type Method Description protected ClaimStatisticAbstractRatMojo. createReport(java.io.Writer out, java.io.InputStream style)Writes the report to the given stream.private ClaimStatisticRatCheckMojo. getRawReport()Methods in org.apache.rat.mp with parameters of type ClaimStatistic Modifier and Type Method Description protected voidRatCheckMojo. check(ClaimStatistic statistics) -
Uses of ClaimStatistic in org.apache.rat.report.claim.impl
Fields in org.apache.rat.report.claim.impl declared as ClaimStatistic Modifier and Type Field Description private ClaimStatisticClaimAggregator. statisticMethods in org.apache.rat.report.claim.impl with parameters of type ClaimStatistic Modifier and Type Method Description voidClaimAggregator. fillClaimStatistic(ClaimStatistic pStatistic)Constructors in org.apache.rat.report.claim.impl with parameters of type ClaimStatistic Constructor Description ClaimAggregator(ClaimStatistic pStatistic) -
Uses of ClaimStatistic in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type ClaimStatistic Modifier and Type Method Description static RatReportXmlReportFactory. createStandardReport(IXmlWriter writer, ClaimStatistic pStatistic, ReportConfiguration pConfiguration)
-