Package | Description |
---|---|
org.apache.rat | |
org.apache.rat.mp |
This package contains the Rat plugins for
Maven 2.
|
org.apache.rat.report.claim.impl | |
org.apache.rat.report.xml |
Modifier and Type | Method and Description |
---|---|
static ClaimStatistic |
Report.report(IReportable container,
Writer out,
ReportConfiguration pConfiguration) |
ClaimStatistic |
Report.report(PrintStream out)
Deprecated.
use
Report.report(PrintStream, ReportConfiguration) instead |
ClaimStatistic |
Report.report(PrintStream out,
ReportConfiguration configuration) |
static ClaimStatistic |
Report.report(Writer out,
IReportable base,
InputStream style,
ReportConfiguration pConfiguration)
Output a report that is styled using a defined stylesheet.
|
Modifier and Type | Method and Description |
---|---|
protected ClaimStatistic |
AbstractRatMojo.createReport(Writer out,
InputStream style)
Writes the report to the given stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RatCheckMojo.check(ClaimStatistic statistics) |
Modifier and Type | Method and Description |
---|---|
void |
ClaimAggregator.fillClaimStatistic(ClaimStatistic pStatistic) |
Constructor and Description |
---|
ClaimAggregator(ClaimStatistic pStatistic) |
Modifier and Type | Method and Description |
---|---|
static RatReport |
XmlReportFactory.createStandardReport(IXmlWriter writer,
ClaimStatistic pStatistic,
ReportConfiguration pConfiguration) |
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.