public final class LicenseFamilyBuilder extends Object
LicenseFamily
instances.Modifier and Type | Method and Description |
---|---|
static LicenseFamilyBuilder |
aLicenseFamily()
Begins to build a license family.
|
LicenseFamily |
build()
Builds a family.
|
LicenseFamilyBuilder |
withCategory(String category)
Builds family with category containing this license family.
|
LicenseFamilyBuilder |
withName(String name)
Uniquely identifies this family.
|
LicenseFamilyBuilder |
withNotes(String notes)
Builds family with further information associated with the license
family.
|
public static LicenseFamilyBuilder aLicenseFamily()
public LicenseFamily build()
public LicenseFamilyBuilder withNotes(String notes)
notes
- possibly nullpublic LicenseFamilyBuilder withCategory(String category)
category
- possible nullpublic LicenseFamilyBuilder withName(String name)
name
- not nullCopyright © 2006–2021 Apache Software Foundation. All rights reserved.