Uses of Class
org.apache.rat.api.domain.LicenseFamilyBuilder
-
Packages that use LicenseFamilyBuilder Package Description org.apache.rat.api.domain -
-
Uses of LicenseFamilyBuilder in org.apache.rat.api.domain
Methods in org.apache.rat.api.domain that return LicenseFamilyBuilder Modifier and Type Method Description static LicenseFamilyBuilderLicenseFamilyBuilder. aLicenseFamily()Begins to build a license family.LicenseFamilyBuilderLicenseFamilyBuilder. withCategory(java.lang.String category)Builds family with category containing this license family.LicenseFamilyBuilderLicenseFamilyBuilder. withName(java.lang.String name)Uniquely identifies this family.LicenseFamilyBuilderLicenseFamilyBuilder. withNotes(java.lang.String notes)Builds family with further information associated with the license family.
-