Uses of Class
org.spdx.rdfparser.model.ExternalRef
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.spdxspreadsheet |
-
Uses of ExternalRef in org.spdx.compare
Methods in org.spdx.compare that return ExternalRef Modifier and Type Method Description ExternalRef[]SpdxPackageComparer. getUniqueExternalRefs(SpdxDocument docA, SpdxDocument docB)Methods in org.spdx.compare with parameters of type ExternalRef Modifier and Type Method Description static StringCompareHelper. externalRefsToString(ExternalRef[] externalRefs, String docNamespace)Convert external refs to a friendly stringstatic StringCompareHelper. externalRefToString(ExternalRef externalRef, String docNamespace)Convert a single external ref to a friendly string -
Uses of ExternalRef in org.spdx.html
Constructors in org.spdx.html with parameters of type ExternalRef Constructor Description ExternalRefContext(ExternalRef externalRef) -
Uses of ExternalRef in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return ExternalRef Modifier and Type Method Description ExternalRefExternalRef. clone()protected ExternalRef[]RdfModelObject. findExternalRefPropertyValues(String nameSpace, String propertyName)ExternalRef[]SpdxPackage. getExternalRefs()Methods in org.spdx.rdfparser.model with parameters of type ExternalRef Modifier and Type Method Description voidSpdxPackage. addExternalRef(ExternalRef externalRef)protected voidRdfModelObject. addPropertyValue(String nameSpace, String propertyName, ExternalRef externalRef)intExternalRef. compareTo(ExternalRef o)voidSpdxPackage. setExternalRefs(ExternalRef[] externalRefs)protected voidRdfModelObject. setPropertyValue(String nameSpace, String propertyName, ExternalRef[] externalRefs)Set the external refs as a value for the propertyConstructors in org.spdx.rdfparser.model with parameters of type ExternalRef Constructor 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)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, String[] attributionText) -
Uses of ExternalRef in org.spdx.spdxspreadsheet
Methods in org.spdx.spdxspreadsheet that return ExternalRef Modifier and Type Method Description ExternalRef[]ExternalRefsSheet. getExternalRefsForPkgid(String id, SpdxDocumentContainer container)Get all external references for a given package IDMethods in org.spdx.spdxspreadsheet with parameters of type ExternalRef Modifier and Type Method Description voidExternalRefsSheet. add(String packageId, ExternalRef externalRef, SpdxDocumentContainer container)