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 write the XML output.
-
Uses of ReportConfiguration in org.apache.rat
Methods in org.apache.rat that return ReportConfigurationModifier and TypeMethodDescriptionstatic ReportConfigurationOptionCollection.createConfiguration(ArgumentContext argumentContext) Create the report configuration.Reporter.Output.getConfiguration()static ReportConfigurationOptionCollection.parseCommands(File workingDirectory, String[] args, Consumer<org.apache.commons.cli.Options> helpCmd) Parses the standard options to create a ReportConfiguration.static ReportConfigurationOptionCollection.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 TypeMethodDescriptionReporter.Output.Builder.configuration(ReportConfiguration configuration) voidReporter.Output.format(ReportConfiguration config) Formats the report to the output and using the stylesheet found in the report configuration.static ReportableOptionCollection.getReportable(File base, ReportConfiguration config) Creates a Reportable object from the directory name and ReportConfiguration object.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 DocumentAnalyserAnalyserFactory.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 ReportConfigurationReport.validate(ReportConfiguration cfg) Validates the task's configuration.Methods in org.apache.rat.anttasks with parameters of type ReportConfigurationModifier and TypeMethodDescriptionprotected ReportConfigurationReport.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 ReportConfigurationAbstractRatMojo.getConfiguration()protected ReportConfigurationRatCheckMojo.getConfiguration() -
Uses of ReportConfiguration in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type ReportConfigurationModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.configuration(XmlWriter writer, ReportConfiguration configuration) Creates a configuration reportstatic RatReportXmlReportFactory.createStandardReport(XmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Creates a RatReport from the arguments.static RatReportXmlReportFactory.validator(XmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Creates a simple claim validator reporter