|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RatException in org.apache.rat |
---|
Methods in org.apache.rat that throw RatException | |
---|---|
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. |
Uses of RatException in org.apache.rat.analysis |
---|
Constructors in org.apache.rat.analysis with parameters of type RatException | |
---|---|
RatReportAnalysisResultException(RatException cause)
|
|
RatReportAnalysisResultException(String msg,
RatException cause)
|
Uses of RatException in org.apache.rat.document.impl |
---|
Constructors in org.apache.rat.document.impl that throw RatException | |
---|---|
ArchiveEntryDocument(File file,
byte[] contents)
|
Uses of RatException in org.apache.rat.report |
---|
Methods in org.apache.rat.report that throw RatException | |
---|---|
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()
|
Uses of RatException in org.apache.rat.report.claim.impl |
---|
Methods in org.apache.rat.report.claim.impl that throw RatException | |
---|---|
void |
ClaimAggregator.endReport()
|
void |
AbstractClaimReporter.report(Document subject)
|
Uses of RatException in org.apache.rat.report.claim.impl.xml |
---|
Methods in org.apache.rat.report.claim.impl.xml that throw RatException | |
---|---|
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. |
Uses of RatException in org.apache.rat.report.claim.util |
---|
Methods in org.apache.rat.report.claim.util that throw RatException | |
---|---|
void |
ClaimReporterMultiplexer.endReport()
|
void |
ClaimReporterMultiplexer.report(Document document)
|
void |
LicenseAddingReport.report(Document document)
|
void |
ClaimReporterMultiplexer.startReport()
|
Uses of RatException in org.apache.rat.walker |
---|
Methods in org.apache.rat.walker that throw RatException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |