public class SpdxLicenseList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpdxLicenseList.Attachments |
static class |
SpdxLicenseList.Builder
A
SpdxLicenseList builder. |
| Modifier and Type | Method and Description |
|---|---|
static SpdxLicenseList.Builder |
builder() |
SpdxLicenseList.Attachments |
getAttachments() |
static SpdxLicenseList |
getLatest() |
String |
getLicenseListVersion() |
Map<String,SpdxLicenseInfo> |
getLicenses() |
String |
getReleaseDate() |
public static SpdxLicenseList getLatest()
public static SpdxLicenseList.Builder builder()
public String getLicenseListVersion()
public Map<String,SpdxLicenseInfo> getLicenses()
Map from license IDs to SpdxLicenseInfo.public String getReleaseDate()
public SpdxLicenseList.Attachments getAttachments()
Copyright © 2010–2019 MojoHaus. All rights reserved.