Uses of Class
org.apache.rat.report.claim.ClaimStatistic
-
Packages that use ClaimStatistic Package Description org.apache.rat org.apache.rat.mp This package contains the Rat plugins for Maven.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 ClaimStatistic
Report. report(java.io.PrintStream out)
Deprecated.useReport.report(PrintStream, ReportConfiguration)
insteadClaimStatistic
Report. report(java.io.PrintStream out, ReportConfiguration configuration)
static ClaimStatistic
Report. report(java.io.Writer out, IReportable base, java.io.InputStream style, ReportConfiguration pConfiguration)
Output a report that is styled using a defined stylesheet.static ClaimStatistic
Report. 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 ClaimStatistic
AbstractRatMojo. createReport(java.io.Writer out, java.io.InputStream style)
Writes the report to the given stream.private ClaimStatistic
RatCheckMojo. getRawReport()
Methods in org.apache.rat.mp with parameters of type ClaimStatistic Modifier and Type Method Description protected void
RatCheckMojo. 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 ClaimStatistic
ClaimAggregator. statistic
Methods in org.apache.rat.report.claim.impl with parameters of type ClaimStatistic Modifier and Type Method Description void
ClaimAggregator. 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 RatReport
XmlReportFactory. createStandardReport(IXmlWriter writer, ClaimStatistic pStatistic, ReportConfiguration pConfiguration)
-