| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.spdxspreadsheet |
| Modifier and Type | Method and Description |
|---|---|
ExternalRef[] |
SpdxPackageComparer.getUniqueExternalRefs(SpdxDocument docA,
SpdxDocument docB) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CompareHelper.externalRefsToString(ExternalRef[] externalRefs,
String docNamespace)
Convert external refs to a friendly string
|
static String |
CompareHelper.externalRefToString(ExternalRef externalRef,
String docNamespace)
Convert a single external ref to a friendly string
|
| Constructor and Description |
|---|
ExternalRefContext(ExternalRef externalRef) |
| Modifier and Type | Method and Description |
|---|---|
ExternalRef |
ExternalRef.clone() |
protected ExternalRef[] |
RdfModelObject.findExternalRefPropertyValues(String nameSpace,
String propertyName) |
ExternalRef[] |
SpdxPackage.getExternalRefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpdxPackage.addExternalRef(ExternalRef externalRef) |
protected void |
RdfModelObject.addPropertyValue(String nameSpace,
String propertyName,
ExternalRef externalRef) |
int |
ExternalRef.compareTo(ExternalRef o) |
void |
SpdxPackage.setExternalRefs(ExternalRef[] externalRefs) |
protected void |
RdfModelObject.setPropertyValue(String nameSpace,
String propertyName,
ExternalRef[] externalRefs)
Set the external refs as a value for the property
|
| Constructor and Description |
|---|
SpdxPackage(String name,
String comment,
Annotation[] annotations,
Relationship[] relationships,
AnyLicenseInfo licenseConcluded,
AnyLicenseInfo[] licenseInfosFromFiles,
String copyrightText,
String licenseComment,
AnyLicenseInfo licenseDeclared,
Checksum[] checksums,
String description,
String downloadLocation,
SpdxFile[] files,
String homepage,
String originator,
String packageFileName,
SpdxPackageVerificationCode packageVerificationCode,
String sourceInfo,
String summary,
String supplier,
String versionInfo,
boolean filesAnalyzed,
ExternalRef[] externalRefs) |
| Modifier and Type | Method and Description |
|---|---|
ExternalRef[] |
ExternalRefsSheet.getExternalRefsForPkgid(String id,
SpdxDocumentContainer container)
Get all external references for a given package ID
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalRefsSheet.add(String packageId,
ExternalRef externalRef,
SpdxDocumentContainer container) |
Copyright © 2017 Linux Foundation. All Rights Reserved.