|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportConfiguration | |
---|---|
org.apache.rat | |
org.apache.rat.mp | This package contains the RAT plugins for Maven 2. |
org.apache.rat.report.xml |
Uses of ReportConfiguration in org.apache.rat |
---|
Methods in org.apache.rat with parameters of type ReportConfiguration | |
---|---|
static ClaimStatistic |
Report.report(IReportable container,
java.io.Writer out,
ReportConfiguration pConfiguration)
|
static void |
Report.report(java.io.PrintStream out,
IReportable base,
java.io.InputStream style,
ReportConfiguration pConfiguration)
Output a report that is styled using a defined stylesheet. |
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. |
Uses of ReportConfiguration in org.apache.rat.mp |
---|
Methods in org.apache.rat.mp that return ReportConfiguration | |
---|---|
protected ReportConfiguration |
AbstractRatMojo.getConfiguration()
|
protected ReportConfiguration |
RatCheckMojo.getConfiguration()
|
Uses of ReportConfiguration in org.apache.rat.report.xml |
---|
Methods in org.apache.rat.report.xml with parameters of type ReportConfiguration | |
---|---|
static RatReport |
XmlReportFactory.createStandardReport(IXmlWriter writer,
ClaimStatistic pStatistic,
ReportConfiguration pConfiguration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |