Uses of Class
org.spdx.library.model.SpdxItem
Packages that use SpdxItem
Package
Description
Copyright (c) 2019 Source Auditor Inc.
Utility classes for comparing SPDX model objects
-
Uses of SpdxItem in org.spdx.library.model
Subclasses of SpdxItem in org.spdx.library.modelModifier and TypeClassDescriptionclassGeneric SPDX item - primarily used for testingclassA File represents a named sequence of information that is contained in a software package.classA Package represents a collection of software files that are delivered as a single functional component.classSnippets can optionally be used when a file is known to have some content that has been included from another original source.Methods in org.spdx.library.model that return SpdxItemModifier and TypeMethodDescriptionSpdxItem.setCopyrightText(String copyrightText) SpdxItem.setLicenseComments(String licenseComments) SpdxItem.setLicenseConcluded(AnyLicenseInfo license) Set the licenseConcludedMethod parameters in org.spdx.library.model with type arguments of type SpdxItemModifier and TypeMethodDescriptionSpdxDocument.setDocumentDescribes(List<SpdxItem> documentDescribes) clear and reset document describes to the paramater collection -
Uses of SpdxItem in org.spdx.utility.compare
Fields in org.spdx.utility.compare with type parameters of type SpdxItemModifier and TypeFieldDescriptionprotected Map<SpdxDocument,SpdxItem> SpdxItemComparer.documentItemMap of SPDX document to ItemsMethods in org.spdx.utility.compare that return SpdxItemModifier and TypeMethodDescriptionSpdxItemComparer.getItem(SpdxDocument doc) Get the item contained by the document docMethods in org.spdx.utility.compare with parameters of type SpdxItemModifier and TypeMethodDescriptionvoidSpdxItemComparer.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.utility.compare with parameters of type SpdxItemModifierConstructorDescriptionSpdxItemDifference(SpdxItem itemA, SpdxItem itemB, boolean concludedLicensesEqual, boolean seenLicensesEqual, List<AnyLicenseInfo> uniqueSeenLicensesA, List<AnyLicenseInfo> uniqueSeenLicensesB, boolean relationshipsEquals, List<Relationship> uniqueRelationshipA, List<Relationship> uniqueRelationshipB, boolean annotationsEquals, List<Annotation> uniqueAnnotationsA, List<Annotation> uniqueAnnotationsB)