public final class LicenseFamily extends Object
For example, the 3 clause BSD license is in a family where members differ by <OWNER>, <ORGANIZATION> and <YEAR> parameters.
Constructor and Description |
---|
LicenseFamily(String name,
String category,
String notes)
Constructs an immutable license family.
|
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets the name of the category containing this license family.
|
String |
getName()
Gets the name uniquely identifying this family.
|
String |
getNotes()
Gets further information associated with the license family.
|
public LicenseFamily(String name, String category, String notes)
name
- the name uniquely identifying this family. Recommended that
this be an URI. Not null.category
- the name of the category containing this license family.
Recommended that this be an URI. Possibly null.notes
- further information associated with the license family. Human
readable. Possibly null.public String getNotes()
public String getCategory()
public String getName()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.