| Package | Description |
|---|---|
| org.apache.rat | |
| org.apache.rat.anttasks | |
| org.apache.rat.mp |
This package contains the Rat plugins for
Maven.
|
| org.apache.rat.walker |
| Modifier and Type | Method and Description |
|---|---|
private IReportable |
Report.getDirectory(java.io.PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ResourceCollectionContainer
Implementation of IReportable that traverses over a resource
collection internally.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FilesReportable
Implementation of IReportable that traverses over a set of files.
|
| Modifier and Type | Method and Description |
|---|---|
protected IReportable |
AbstractRatMojo.getResources()
Creates an iterator over the files to check.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveWalker
Walks various kinds of archives files
|
class |
DirectoryWalker
Walks directories.
|
class |
Walker
Abstract walker.
|