Uses of Enum
org.apache.rat.license.LicenseSetFactory.LicenseFilter
Packages that use LicenseSetFactory.LicenseFilter
Package
Description
The base package for the RAT tool.
The base package for the RAT Apache Ant Task Library.
Classes describing licenses
-
Uses of LicenseSetFactory.LicenseFilter in org.apache.rat
Fields in org.apache.rat declared as LicenseSetFactory.LicenseFilterModifier and TypeFieldDescriptionDefaults.LIST_FAMILIESThe default license families to list.Defaults.LIST_LICENSESThe default licenses to list.Methods in org.apache.rat that return LicenseSetFactory.LicenseFilterModifier and TypeMethodDescriptionReportConfiguration.listFamilies()Return the current filter that determines which families will be output in the XML document.ReportConfiguration.listLicenses()Gets the selected license filter.Methods in org.apache.rat with parameters of type LicenseSetFactory.LicenseFilterModifier and TypeMethodDescriptionReportConfiguration.getLicenseCategories(LicenseSetFactory.LicenseFilter filter)Gets the SortedSet of approved license categories.ReportConfiguration.getLicenseFamilies(LicenseSetFactory.LicenseFilter filter)Gets a sorted set of ILicenseFamily objects based onfilter. if filter is set:all- All licenses families will be returned.approved- Only approved license families will be returnednone- No license families will be returnedReportConfiguration.getLicenseIds(LicenseSetFactory.LicenseFilter filter)Gets the SortedSet of approved license categories.ReportConfiguration.getLicenses(LicenseSetFactory.LicenseFilter filter)Gets the SortedSet of approved license categories.voidReportConfiguration.listFamilies(LicenseSetFactory.LicenseFilter filter)Set the level of license families that should be output in the XML document.voidReportConfiguration.listLicenses(LicenseSetFactory.LicenseFilter filter)Set the level of licenses that should be output in the XML document.static voidReporter.listLicenses(ReportConfiguration configuration, LicenseSetFactory.LicenseFilter filter)Lists the licenses on the configured output stream. -
Uses of LicenseSetFactory.LicenseFilter in org.apache.rat.anttasks
Methods in org.apache.rat.anttasks that return LicenseSetFactory.LicenseFilter -
Uses of LicenseSetFactory.LicenseFilter in org.apache.rat.license
Methods in org.apache.rat.license that return LicenseSetFactory.LicenseFilterModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static LicenseSetFactory.LicenseFilter[]LicenseSetFactory.LicenseFilter.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.rat.license with parameters of type LicenseSetFactory.LicenseFilterModifier and TypeMethodDescriptionLicenseSetFactory.getLicenseCategories(LicenseSetFactory.LicenseFilter filter)Gets the License ids based on the filter.LicenseSetFactory.getLicenseFamilies(LicenseSetFactory.LicenseFilter filter)Gets the LicenseFamily objects based on the filter.LicenseSetFactory.getLicenseIds(LicenseSetFactory.LicenseFilter filter)Gets the License ids based on the filter.LicenseSetFactory.getLicenses(LicenseSetFactory.LicenseFilter filter)Gets the License objects based on the filter.