Uses of Class
org.spdx.library.model.v2.SpdxItem
-
Packages that use SpdxItem Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3) -
-
Uses of SpdxItem in org.spdx.library.model.v2
Subclasses of SpdxItem in org.spdx.library.model.v2 Modifier and Type Class Description class
GenericSpdxItem
Generic SPDX item - primarily used for testingclass
SpdxFile
A File represents a named sequence of information that is contained in a software package.class
SpdxPackage
A Package represents a collection of software files that are delivered as a single functional component.class
SpdxSnippet
Snippets 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.v2 that return SpdxItem Modifier and Type Method Description SpdxItem
SpdxItem. setCopyrightText(String copyrightText)
SpdxItem
SpdxItem. setLicenseComments(String licenseComments)
SpdxItem
SpdxItem. setLicenseConcluded(AnyLicenseInfo license)
Set the licenseConcludedSpdxItem
SpdxItem. setName(String name)
Method parameters in org.spdx.library.model.v2 with type arguments of type SpdxItem Modifier and Type Method Description SpdxDocument
SpdxDocument. setDocumentDescribes(List<SpdxItem> documentDescribes)
clear and reset document describes to the parameter collection
-