| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.rdfparser.referencetype |
Classes related to external reference types.
|
| org.spdx.spdxspreadsheet |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
SpdxExternalRefDifference.getReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
protected ReferenceType |
RdfModelObject.findReferenceTypePropertyValue(String nameSpace,
String propertyName)
Find the reference type within a specific property in the model for this node
|
ReferenceType |
ExternalRef.getReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RdfModelObject.setPropertyValue(String nameSpace,
String propertyName,
ReferenceType referenceType) |
void |
ExternalRef.setReferenceType(ReferenceType referenceType) |
| Constructor and Description |
|---|
ExternalRef(ExternalRef.ReferenceCategory referenceCategory,
ReferenceType referenceType,
String referenceLocator,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
ReferenceType.clone() |
ReferenceType |
ListedReferenceTypes.getListedReferenceTypeByName(String listedReferenceName) |
| Modifier and Type | Method and Description |
|---|---|
int |
ReferenceType.compareTo(ReferenceType o) |
| Modifier and Type | Method and Description |
|---|---|
protected static ReferenceType |
ExternalRefsSheet.stringToRefType(String refTypeStr,
SpdxDocumentContainer container)
Convert a string to a reference type
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
ExternalRefsSheet.refTypeToString(ReferenceType referenceType,
SpdxDocumentContainer container)
Convert a reference type to the type used in
|
Copyright © 2018 Linux Foundation. All Rights Reserved.