Uses of Class
org.apache.rat.ReportConfiguration
Packages that use ReportConfiguration
Package
Description
The base package for the RAT tool.
Classes that perform analyses of files.
The base package for the RAT Apache Ant Task Library.
Helper classes for command line processing.
Classes to process configuration information from/to files.
Classes to output help and help like information.
The base package for the RAT Maven plugin.
Classes that generate the Rat report.
Classes that manage claims (metrics) about files and categories of files.
Classes that write the XML output.
-
Uses of ReportConfiguration in org.apache.rat
Methods in org.apache.rat that return ReportConfigurationModifier and TypeMethodDescriptionstatic ReportConfiguration
OptionCollection.parseCommands
(File workingDirectory, String[] args, Consumer<org.apache.commons.cli.Options> helpCmd) Parses the standard options to create a ReportConfiguration.static ReportConfiguration
OptionCollection.parseCommands
(File workingDirectory, String[] args, Consumer<org.apache.commons.cli.Options> helpCmd, boolean noArgs) Parses the standard options to create a ReportConfiguration.Methods in org.apache.rat with parameters of type ReportConfigurationModifier and TypeMethodDescriptionstatic void
Reporter.listLicenses
(ReportConfiguration configuration, LicenseSetFactory.LicenseFilter filter) Lists the licenses on the configured output stream.Constructors in org.apache.rat with parameters of type ReportConfiguration -
Uses of ReportConfiguration in org.apache.rat.analysis
Methods in org.apache.rat.analysis with parameters of type ReportConfigurationModifier and TypeMethodDescriptionstatic DocumentAnalyser
AnalyserFactory.createConfiguredAnalyser
(ReportConfiguration configuration) Creates a DocumentAnalyser from the report configuration. -
Uses of ReportConfiguration in org.apache.rat.anttasks
Methods in org.apache.rat.anttasks that return ReportConfigurationModifier and TypeMethodDescriptionReport.getConfiguration()
Creates the ReportConfiguration from the ant options.protected ReportConfiguration
Report.validate
(ReportConfiguration cfg) validates the task's configuration.Methods in org.apache.rat.anttasks with parameters of type ReportConfigurationModifier and TypeMethodDescriptionprotected ReportConfiguration
Report.validate
(ReportConfiguration cfg) validates the task's configuration. -
Uses of ReportConfiguration in org.apache.rat.commandline
Methods in org.apache.rat.commandline that return ReportConfigurationConstructors in org.apache.rat.commandline with parameters of type ReportConfigurationModifierConstructorDescriptionArgumentContext
(File workingDirectory, ReportConfiguration configuration, org.apache.commons.cli.CommandLine commandLine) Creates a context with the specified configuration. -
Uses of ReportConfiguration in org.apache.rat.configuration
Constructors in org.apache.rat.configuration with parameters of type ReportConfigurationModifierConstructorDescriptionXMLConfigurationWriter
(ReportConfiguration configuration) Constructor -
Uses of ReportConfiguration in org.apache.rat.help
Constructors in org.apache.rat.help with parameters of type ReportConfiguration -
Uses of ReportConfiguration in org.apache.rat.mp
Methods in org.apache.rat.mp that return ReportConfigurationModifier and TypeMethodDescriptionprotected ReportConfiguration
AbstractRatMojo.getConfiguration()
protected ReportConfiguration
RatCheckMojo.getConfiguration()
Methods in org.apache.rat.mp with parameters of type ReportConfiguration -
Uses of ReportConfiguration in org.apache.rat.report
Constructors in org.apache.rat.report with parameters of type ReportConfigurationModifierConstructorDescriptionConfigurationReport
(IXmlWriter writer, ReportConfiguration configuration) Constructor. -
Uses of ReportConfiguration in org.apache.rat.report.claim
Constructors in org.apache.rat.report.claim with parameters of type ReportConfigurationModifierConstructorDescriptionClaimValidatorReport
(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Constructor. -
Uses of ReportConfiguration in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type ReportConfigurationModifier and TypeMethodDescriptionstatic RatReport
XmlReportFactory.createStandardReport
(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Creates a RatReport from the arguments.