Package org.spdx.crossref
Class OsiLicense
java.lang.Object
org.spdx.crossref.OsiLicense
public class OsiLicense extends Object
OSI License as returned from the OSI API
- Author:
- gary
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOsiLicense.IdentifierTypeclassOsiLicense.Link -
Constructor Summary
Constructors Constructor Description OsiLicense() -
Method Summary
Modifier and Type Method Description StringgetId()List<OsiLicense.IdentifierType>getIdentifiers()List<String>getKeywords()List<OsiLicense.Link>getLinks()StringgetName()
-
Constructor Details
-
OsiLicense
public OsiLicense()
-
-
Method Details
-
getId
- Returns:
- the id
-
getIdentifiers
- Returns:
- the identifiers
-
getLinks
- Returns:
- the links
-
getName
- Returns:
- the name
-
getKeywords
- Returns:
- the keywords
-