Uses of Interface
org.apache.rat.license.ILicense.Builder
Packages that use ILicense.Builder
Package
Description
The base package for the RAT tool.
Classes describing licenses
-
Uses of ILicense.Builder in org.apache.rat
Methods in org.apache.rat with parameters of type ILicense.BuilderModifier and TypeMethodDescriptionReportConfiguration.addLicense
(ILicense.Builder builder) Adds a license to the list of licenses. -
Uses of ILicense.Builder in org.apache.rat.analysis.license
Methods in org.apache.rat.analysis.license that return ILicense.BuilderModifier and TypeMethodDescriptionDeprecatedConfig.getLicense()
Deprecated.FullTextMatchingLicense.getLicense()
Deprecated.SimplePatternBasedLicense.getLicense()
Deprecated. -
Uses of ILicense.Builder in org.apache.rat.license
Classes in org.apache.rat.license that implement ILicense.BuilderMethods in org.apache.rat.license that return ILicense.BuilderModifier and TypeMethodDescriptionstatic ILicense.Builder
ILicense.builder()
Gets a builder for licenses.Set the family category for this license.Sets the ID of the license.ILicense.Builder.setLicenseFamilies
(SortedSet<ILicenseFamily> licenseFamilies) Sets the set of license families to use during build.ILicense.Builder.setMatcher
(IHeaderMatcher matcher) Sets the matcher.ILicense.Builder.setMatcher
(IHeaderMatcher.Builder matcher) Sets the matcher from a builder.Sets the name of the license.Sets the notes for the license.Methods in org.apache.rat.license with parameters of type ILicense.BuilderModifier and TypeMethodDescriptionLicenseSetFactory.addLicense
(ILicense.Builder builder) Adds a license to the list of licenses.