Uses of Class
org.spdx.rdfparser.model.SpdxItem
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.merge | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of SpdxItem in org.spdx.compare
Fields in org.spdx.compare with type parameters of type SpdxItem Modifier and Type Field Description protected Map<SpdxDocument,SpdxItem>SpdxItemComparer. documentItemMap of SPDX document to ItemsMethods in org.spdx.compare that return SpdxItem Modifier and Type Method Description SpdxItemSpdxItemComparer. getItem(SpdxDocument doc)Get the item contained by the document docMethods in org.spdx.compare with parameters of type SpdxItem Modifier and Type Method Description voidSpdxItemComparer. addDocumentItem(SpdxDocument spdxDocument, SpdxItem spdxItem)Add a new item to the comparer and compare the contents of the item to all items which have been previously addedConstructors in org.spdx.compare with parameters of type SpdxItem Constructor Description SpdxItemDifference(SpdxItem itemA, SpdxItem itemB, boolean concludedLicensesEqual, boolean seenLicensesEqual, AnyLicenseInfo[] uniqueSeenLicensesA, AnyLicenseInfo[] uniqueSeenLicensesB, boolean relationshipsEquals, Relationship[] uniqueRelationshipA, Relationship[] uniqueRelationshipB, boolean annotationsEquals, Annotation[] uniqueAnnotationsA, Annotation[] uniqueAnnotationsB) -
Uses of SpdxItem in org.spdx.merge
Constructors in org.spdx.merge with parameters of type SpdxItem Constructor Description SpdxItemInfoMerger(SpdxItem itemInfoResult2, SpdxDocument[] mergeDocs) -
Uses of SpdxItem in org.spdx.rdfparser.model
Subclasses of SpdxItem in org.spdx.rdfparser.model Modifier and Type Class Description classSpdxFileA File represents a named sequence of information that is contained in a software package.classSpdxPackageA Package represents a collection of software files that are delivered as a single functional component.classSpdxSnippetMethods in org.spdx.rdfparser.model that return SpdxItem Modifier and Type Method Description SpdxItemSpdxItem. clone()SpdxItemSpdxItem. clone(Map<String,SpdxElement> clonedElementIds)SpdxItem[]SpdxDocument. getDocumentDescribes()