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.
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.void
Reporter.output()
Outputs the report using the stylesheet and output specified in the configuration.void
Reporter.output
(org.apache.commons.io.function.IOSupplier<InputStream> stylesheet, org.apache.commons.io.function.IOSupplier<OutputStream> output) Outputs the report to the specified output using the stylesheet. -
Uses of RatException in org.apache.rat.api
Methods in org.apache.rat.api that return RatExceptionModifier and TypeMethodDescriptionstatic RatException
RatException.makeRatException
(Exception exception) Creates a RatException out of any other type of exception. -
Uses of RatException in org.apache.rat.configuration
Methods in org.apache.rat.configuration that throw RatExceptionModifier and TypeMethodDescriptionvoid
Writes the configuration to the specified writer.void
XMLConfigurationWriter.write
(IXmlWriter writer) Writes the configuration to an IXmlWriter instance. -
Uses of RatException in org.apache.rat.report
Methods in org.apache.rat.report that throw RatExceptionModifier and TypeMethodDescriptionvoid
AbstractReport.endReport()
Deprecated.Empty default implementation.default void
RatReport.endReport()
Signals the end of execution for the report.void
Deprecated.Empty default implementation.default void
Performs the actual reporting on the given document.void
Adds the reportable to the RatReport.void
AbstractReport.startReport()
Deprecated.Empty default implementation.void
ConfigurationReport.startReport()
default void
RatReport.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 RatExceptionModifier and TypeMethodDescriptionvoid
ClaimAggregator.endReport()
void
ClaimReporterMultiplexer.endReport()
void
ClaimValidatorReport.endReport()
void
void
void
void
ClaimReporterMultiplexer.startReport()
-
Uses of RatException in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml that throw RatExceptionModifier and TypeMethodDescriptionXmlElements.closeElement()
Closes the currently open element.Creates a document element with attributes.XmlElements.documentType
(String name, int count) Creates a statistic element.Creates a license element.XmlElements.licenseCategory
(String name, int count) Creates a statistic element.XmlElements.licenseName
(String name, int count) Creates a statistic element.XmlElements.ratReport()
Create the Rat report element.Creates a statistic element.XmlElements.statistics()
Creates a statistics element.XmlElements.version()
Creates the version element with all version attributes populated.XmlElements.write
(XmlElements.Attributes attribute, String value) Write an attribute. -
Uses of RatException in org.apache.rat.walker
Methods in org.apache.rat.walker that throw RatExceptionModifier and TypeMethodDescriptionIReportableListWalker.Builder.build()
Build the reportable.ArchiveWalker.getDocuments()
Retrieves the documents from the archive.protected void
Process a directory, ignoring any files/directories set to be ignored.void
Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.void
Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.void
void