| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.merge | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<SpdxDocument,SpdxItem> |
SpdxItemComparer.documentItem
Map of SPDX document to Items
|
| Modifier and Type | Method and Description |
|---|---|
SpdxItem |
SpdxItemComparer.getItem(SpdxDocument doc)
Get the item contained by the document doc
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpdxItemComparer.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 added
|
| Constructor and 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) |
| Constructor and Description |
|---|
SpdxItemInfoMerger(SpdxItem itemInfoResult2,
SpdxDocument[] mergeDocs) |
| Modifier and Type | Class and Description |
|---|---|
class |
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 |
| Modifier and Type | Method and Description |
|---|---|
SpdxItem |
SpdxItem.clone() |
SpdxItem |
SpdxItem.clone(Map<String,SpdxElement> clonedElementIds) |
SpdxItem[] |
SpdxDocument.getDocumentDescribes() |
Copyright © 2017 Linux Foundation. All Rights Reserved.