| Package | Description |
|---|---|
| org.apache.rat.anttasks | |
| org.apache.rat.mp |
This package contains the Rat plugins for
Maven.
|
| org.apache.rat.report | |
| org.apache.rat.report.claim.impl | |
| org.apache.rat.report.claim.impl.xml | |
| org.apache.rat.report.claim.util | |
| org.apache.rat.report.xml | |
| org.apache.rat.walker |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceCollectionContainer.run(RatReport report) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilesReportable.run(RatReport report) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReport
Abstract base class for deriving implementations of
RatReport. |
| Modifier and Type | Method and Description |
|---|---|
void |
IReportable.run(RatReport report) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClaimReporter
Abstract base implementation of
AbstractReport. |
class |
ClaimAggregator
The aggregator is used to create a numerical statistic
of claims.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleXmlClaimReporter |
| Modifier and Type | Class and Description |
|---|---|
class |
ClaimReporterMultiplexer |
class |
LicenseAddingReport |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<? extends RatReport> |
ClaimReporterMultiplexer.reporters |
| Constructor and Description |
|---|
ClaimReporterMultiplexer(IDocumentAnalyser pAnalyser,
java.util.List<? extends RatReport> reporters) |
| Modifier and Type | Method and Description |
|---|---|
static RatReport |
XmlReportFactory.createStandardReport(IXmlWriter writer,
ClaimStatistic pStatistic,
ReportConfiguration pConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
private void |
DirectoryWalker.process(RatReport report,
java.io.File file)
Process a directory, ignoring any files/directories set to be ignored.
|
private void |
DirectoryWalker.processDirectories(RatReport report,
java.io.File[] files)
Process all directories in a set of file objects, ignoring any directories set to be ignored.
|
private void |
DirectoryWalker.processDirectory(RatReport report,
java.io.File file)
Process a directory, restricted directories will be ignored.
|
private void |
DirectoryWalker.processNonDirectories(RatReport report,
java.io.File[] files)
Process all files in a set of file objects, ignoring any files set to be ignored.
|
private void |
ArchiveWalker.report(RatReport report,
byte[] contents,
java.io.File file)
Report on the given file.
|
private void |
DirectoryWalker.report(RatReport report,
java.io.File file)
Report on the given file.
|
void |
ArchiveWalker.run(RatReport report)
Run a report over all files and directories in this GZIPWalker,
ignoring any files/directories set to be ignored.
|
void |
DirectoryWalker.run(RatReport report)
Run a report over all files and directories in this DirectoryWalker,
ignoring any files/directories set to be ignored.
|