Uses of Class
org.apache.rat.api.RatException
-
-
Uses of RatException in org.apache.rat
Methods in org.apache.rat that throw RatException Modifier and Type Method Description static voidReport. report(java.io.PrintStream out, IReportable base, java.io.InputStream style, ReportConfiguration pConfiguration)Output a report that is styled using a defined stylesheet.static ClaimStatisticReport. report(java.io.Writer out, IReportable base, java.io.InputStream style, ReportConfiguration pConfiguration)Output a report that is styled using a defined stylesheet.static ClaimStatisticReport. 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 voidReport. createReport(java.io.PrintWriter out)Writes the report to the given stream.voidResourceCollectionContainer. 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 voidFilesReportable. 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 voidAbstractReport. endReport()voidRatReport. endReport()voidAbstractReport. report(Document document)voidRatReport. report(Document document)voidIReportable. run(RatReport report)voidAbstractReport. startReport()voidRatReport. 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 voidClaimAggregator. endReport()voidAbstractClaimReporter. 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 voidSimpleXmlClaimReporter. endReport()voidSimpleXmlClaimReporter. report(Document subject)voidSimpleXmlClaimReporter. startReport()private voidSimpleXmlClaimReporter. writeApprovedLicense(MetaData metaData)protected voidSimpleXmlClaimReporter. writeClaim(java.lang.String pPredicate, java.lang.String pObject, boolean pLiteral)Writes a single claim to the XML file.private voidSimpleXmlClaimReporter. writeDocumentCategory(MetaData metaData)private voidSimpleXmlClaimReporter. writeDocumentClaims(Document subject)private voidSimpleXmlClaimReporter. writeHeaderCategory(MetaData metaData)private voidSimpleXmlClaimReporter. writeHeaderSample(MetaData metaData)private voidSimpleXmlClaimReporter. 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 voidClaimReporterMultiplexer. endReport()voidClaimReporterMultiplexer. report(Document document)voidLicenseAddingReport. report(Document document)voidClaimReporterMultiplexer. startReport() -
Uses of RatException in org.apache.rat.walker
Methods in org.apache.rat.walker that throw RatException Modifier and Type Method Description private voidDirectoryWalker. process(RatReport report, java.io.File file)Process a directory, ignoring any files/directories set to be ignored.private voidDirectoryWalker. processDirectories(RatReport report, java.io.File[] files)Process all directories in a set of file objects, ignoring any directories set to be ignored.private voidDirectoryWalker. processDirectory(RatReport report, java.io.File file)Process a directory, restricted directories will be ignored.private voidDirectoryWalker. processNonDirectories(RatReport report, java.io.File[] files)Process all files in a set of file objects, ignoring any files set to be ignored.private voidArchiveWalker. report(RatReport report, byte[] contents, java.io.File file)Report on the given file.private voidDirectoryWalker. report(RatReport report, java.io.File file)Report on the given file.voidArchiveWalker. run(RatReport report)Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.voidDirectoryWalker. run(RatReport report)Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.
-