Uses of Enum
org.apache.rat.utils.ReportingSet.Options
Packages that use ReportingSet.Options
Package
Description
The base package for the RAT tool.
Classes describing licenses
Classes with general utility across the project.
-
Uses of ReportingSet.Options in org.apache.rat
Methods in org.apache.rat with parameters of type ReportingSet.OptionsModifier and TypeMethodDescriptionvoid
ReportConfiguration.familyDuplicateOption
(ReportingSet.Options state) Sets the reporting option for duplicate license families.void
ReportConfiguration.licenseDuplicateOption
(ReportingSet.Options state) Sets the reporting option for duplicate licenses. -
Uses of ReportingSet.Options in org.apache.rat.license
Methods in org.apache.rat.license with parameters of type ReportingSet.OptionsModifier and TypeMethodDescriptionvoid
LicenseSetFactory.familyDuplicateOption
(ReportingSet.Options state) Sets the reporting option for duplicate license families.void
LicenseSetFactory.licenseDuplicateOption
(ReportingSet.Options state) Sets the reporting option for duplicate licenses. -
Uses of ReportingSet.Options in org.apache.rat.utils
Methods in org.apache.rat.utils that return ReportingSet.OptionsModifier and TypeMethodDescriptionstatic ReportingSet.Options
Returns the enum constant of this type with the specified name.static ReportingSet.Options[]
ReportingSet.Options.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.rat.utils with parameters of type ReportingSet.OptionsModifier and TypeMethodDescriptionReportingSet.setDuplicateOption
(ReportingSet.Options state) If set true attempts to duplicate will throw an IllegalArgumentException.