Uses of Class
org.apache.rat.license.ILicenseFamily.Builder
Packages that use ILicenseFamily.Builder
Package
Description
The base package for the RAT tool.
Classes describing licenses
-
Uses of ILicenseFamily.Builder in org.apache.rat
Methods in org.apache.rat with parameters of type ILicenseFamily.BuilderModifier and TypeMethodDescriptionvoid
ReportConfiguration.addFamily
(ILicenseFamily.Builder builder) Adds a license family to the list of families. -
Uses of ILicenseFamily.Builder in org.apache.rat.license
Subclasses of ILicenseFamily.Builder in org.apache.rat.licenseMethods in org.apache.rat.license that return ILicenseFamily.BuilderModifier and TypeMethodDescriptionstatic ILicenseFamily.Builder
ILicenseFamily.builder()
Gets the Builder for license families.ILicenseFamily.Builder.setLicenseFamilyCategory
(String licenseFamilyCategory) Sets the license family category.ILicenseFamily.Builder.setLicenseFamilyName
(String licenseFamilyName) Sets the license family name.Methods in org.apache.rat.license with parameters of type ILicenseFamily.BuilderModifier and TypeMethodDescriptionvoid
LicenseSetFactory.addFamily
(ILicenseFamily.Builder builder) Adds a license family to the list of families.
ILicenseFamily.Builder