| Package | Description |
|---|---|
| org.apache.rat.api.domain |
| Modifier and Type | Method and 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.
|