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 LicenseFamilyBuilder
LicenseFamilyBuilder. aLicenseFamily()
Begins to build a license family.LicenseFamilyBuilder
LicenseFamilyBuilder. withCategory(java.lang.String category)
Builds family with category containing this license family.LicenseFamilyBuilder
LicenseFamilyBuilder. withName(java.lang.String name)
Uniquely identifies this family.LicenseFamilyBuilder
LicenseFamilyBuilder. withNotes(java.lang.String notes)
Builds family with further information associated with the license family.
-