| Package | Description |
|---|---|
| org.apache.rat | |
| org.apache.rat.analysis | |
| org.apache.rat.anttasks | |
| org.apache.rat.document.impl | |
| 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.walker |
| 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.
|
| Constructor and Description |
|---|
RatReportAnalysisResultException(RatException cause) |
RatReportAnalysisResultException(java.lang.String msg,
RatException cause) |
| Modifier and Type | Method and Description |
|---|---|
private void |
Report.createReport(java.io.PrintWriter out)
Writes the report to the given stream.
|
void |
ResourceCollectionContainer.run(RatReport report) |
| Constructor and Description |
|---|
ArchiveEntryDocument(java.io.File file,
byte[] contents) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilesReportable.run(RatReport report) |
| Modifier and Type | Method and Description |
|---|---|
void |
RatReport.endReport() |
void |
AbstractReport.endReport() |
void |
RatReport.report(Document document) |
void |
AbstractReport.report(Document document) |
void |
IReportable.run(RatReport report) |
void |
RatReport.startReport() |
void |
AbstractReport.startReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimAggregator.endReport() |
void |
AbstractClaimReporter.report(Document subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleXmlClaimReporter.endReport() |
void |
SimpleXmlClaimReporter.report(Document subject) |
void |
SimpleXmlClaimReporter.startReport() |
private void |
SimpleXmlClaimReporter.writeApprovedLicense(MetaData metaData) |
protected void |
SimpleXmlClaimReporter.writeClaim(java.lang.String pPredicate,
java.lang.String pObject,
boolean pLiteral)
Writes a single claim to the XML file.
|
private void |
SimpleXmlClaimReporter.writeDocumentCategory(MetaData metaData) |
private void |
SimpleXmlClaimReporter.writeDocumentClaims(Document subject) |
private void |
SimpleXmlClaimReporter.writeHeaderCategory(MetaData metaData) |
private void |
SimpleXmlClaimReporter.writeHeaderSample(MetaData metaData) |
private void |
SimpleXmlClaimReporter.writeLicenseFamilyName(MetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimReporterMultiplexer.endReport() |
void |
ClaimReporterMultiplexer.report(Document document) |
void |
LicenseAddingReport.report(Document document) |
void |
ClaimReporterMultiplexer.startReport() |
| 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.
|