Uses of Class
org.apache.rat.api.RatException
-
Packages that use RatException 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 -
-
Uses of RatException in org.apache.rat
Methods in org.apache.rat that throw RatException Modifier and Type Method Description 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.static ClaimStatistic
Report. report(IReportable container, java.io.Writer out, ReportConfiguration pConfiguration)
-
Uses of RatException in org.apache.rat.analysis
Constructors in org.apache.rat.analysis with parameters of type RatException Constructor Description RatReportAnalysisResultException(java.lang.String msg, RatException cause)
RatReportAnalysisResultException(RatException cause)
-
Uses of RatException in org.apache.rat.anttasks
Methods in org.apache.rat.anttasks that throw RatException Modifier and Type Method Description private void
Report. createReport(java.io.PrintWriter out)
Writes the report to the given stream.void
ResourceCollectionContainer. run(RatReport report)
-
Uses of RatException in org.apache.rat.document.impl
Constructors in org.apache.rat.document.impl that throw RatException Constructor Description ArchiveEntryDocument(java.io.File file, byte[] contents)
-
Uses of RatException in org.apache.rat.mp
Methods in org.apache.rat.mp that throw RatException Modifier and Type Method Description void
FilesReportable. run(RatReport report)
-
Uses of RatException in org.apache.rat.report
Methods in org.apache.rat.report that throw RatException Modifier and Type Method 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()
-
Uses of RatException in org.apache.rat.report.claim.impl
Methods in org.apache.rat.report.claim.impl that throw RatException Modifier and Type Method Description 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 Modifier and Type Method 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)
-
Uses of RatException in org.apache.rat.report.claim.util
Methods in org.apache.rat.report.claim.util that throw RatException Modifier and Type Method Description 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 Modifier and Type Method 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.
-