Modifier and Type | Method and Description |
---|---|
static ClaimStatistic |
Report.report(IReportable container,
Writer out,
ReportConfiguration pConfiguration) |
static void |
Report.report(PrintStream out,
IReportable base,
InputStream style,
ReportConfiguration pConfiguration)
Output a report that is styled using a defined stylesheet.
|
static ClaimStatistic |
Report.report(Writer out,
IReportable base,
InputStream style,
ReportConfiguration pConfiguration)
Output a report that is styled using a defined stylesheet.
|
Constructor and Description |
---|
RatReportAnalysisResultException(RatException cause) |
RatReportAnalysisResultException(String msg,
RatException cause) |
Constructor and Description |
---|
ArchiveEntryDocument(File file,
byte[] contents) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReport.endReport() |
void |
RatReport.endReport() |
void |
AbstractReport.report(Document document) |
void |
RatReport.report(Document document) |
void |
IReportable.run(RatReport report) |
void |
AbstractReport.startReport() |
void |
RatReport.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() |
protected void |
SimpleXmlClaimReporter.writeClaim(String pPredicate,
String pObject,
boolean pLiteral)
Writes a single claim to the XML file.
|
Modifier and Type | Method and Description |
---|---|
void |
ClaimReporterMultiplexer.endReport() |
void |
LicenseAddingReport.report(Document document) |
void |
ClaimReporterMultiplexer.report(Document document) |
void |
ClaimReporterMultiplexer.startReport() |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryWalker.run(RatReport report)
Run a report over all files and directories in this DirectoryWalker,
ignoring any files/directories set to be ignored.
|
void |
ArchiveWalker.run(RatReport report)
Run a report over all files and directories in this GZIPWalker,
ignoring any files/directories set to be ignored.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.