Uses of Class
org.apache.rat.api.RatException
Packages that use RatException
Package
Description
The base package for the RAT tool.
Key abstractions.
Classes to process configuration information from/to files.
Contains tools for generating documentation.
Classes that generate the RAT report.
Classes that manage claims (metrics) about files and categories of files.
Classes that write the XML output.
Classes that walk directory trees and return documents.
-
Uses of RatException in org.apache.rat
Methods in org.apache.rat that throw RatExceptionModifier and TypeMethodDescriptionReporter.execute()Executes the report and builds the output.voidReporter.Output.format(org.apache.commons.io.function.IOSupplier<InputStream> stylesheet, org.apache.commons.io.function.IOSupplier<OutputStream> output) Formats the report to the specified output using the stylesheet.voidReporter.Output.format(ReportConfiguration config) Formats the report to the output and using the stylesheet found in the report configuration. -
Uses of RatException in org.apache.rat.api
Methods in org.apache.rat.api that return RatExceptionModifier and TypeMethodDescriptionstatic RatExceptionRatException.makeRatException(Exception exception) Creates aRatExceptionout of any other type of exception. -
Uses of RatException in org.apache.rat.configuration
Methods in org.apache.rat.configuration that throw RatException -
Uses of RatException in org.apache.rat.documentation
Methods in org.apache.rat.documentation that throw RatException -
Uses of RatException in org.apache.rat.report
Methods in org.apache.rat.report that throw RatExceptionModifier and TypeMethodDescriptiondefault voidRatReport.endReport()Signals the end of execution for the report.default voidPerforms the actual reporting on the given document.voidAdds the reportable to the RatReport.default voidRatReport.startReport()Signals the start of execution for the report. -
Uses of RatException in org.apache.rat.report.claim
Methods in org.apache.rat.report.claim that throw RatException -
Uses of RatException in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml that throw RatExceptionModifier and TypeMethodDescriptionstatic voidCreates a document element with attributes.static voidXmlElements.documentType(XmlWriter writer, String name, int count) Creates a document type element.static voidCreates a license element.static voidXmlElements.licenseCategory(XmlWriter writer, String name, int count) Creates a statistic element.static voidXmlElements.licenseName(XmlWriter writer, String name, int count) Creates a statistic element.static voidCreate the RAT report element.static voidCreates a statistic element.static voidXmlElements.statistics(XmlWriter writer, ClaimStatistic statistic, ClaimValidator validator) Creates a statistics element.static voidCreates the version element with all version attributes populated. -
Uses of RatException in org.apache.rat.walker
Methods in org.apache.rat.walker that throw RatExceptionModifier and TypeMethodDescriptionReportableListWalker.Builder.build()Build the reportable.ArchiveWalker.getDocuments()Retrieves the documents from the archive.protected voidProcess a directory, ignoring any files/directories set to be ignored.voidRun a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.voidRun a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.void