| Package | Description |
|---|---|
| org.spdx.compare |
| Modifier and Type | Method and Description |
|---|---|
SpdxFileDifference |
SpdxFileComparer.getFileDifference(SpdxDocument docA,
SpdxDocument docB)
Return a file difference for the file contained in two different documents
|
SpdxFileDifference[] |
SpdxComparer.getFileDifferences(int docindex1,
int docindex2)
Returns any file differences found between the first and second SPDX documents
as specified by the document index
|
SpdxFileDifference[] |
SpdxPackageComparer.getFileDifferences(SpdxDocument docA,
SpdxDocument docB)
Get any fileDifferences which are in docA but not in docB
|
SpdxFileDifference |
SpdxSnippetComparer.getSnippetFromFileDifference(SpdxDocument docA,
SpdxDocument docB)
Get any file difference for the Spdx Snippet From File between the two SPDX documents
If the fileName is different, the they are considered unique files and the getUniqueSnippetFromFile should be called
to obtain the unique file
|
Copyright © 2017 Linux Foundation. All Rights Reserved.