Uses of Class
org.spdx.utility.compare.SpdxFileDifference
-
Packages that use SpdxFileDifference Package Description org.spdx.utility.compare Utility classes for comparing SPDX model objects -
-
Uses of SpdxFileDifference in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return SpdxFileDifference Modifier and Type Method Description SpdxFileDifference
SpdxFileComparer. getFileDifference(org.spdx.library.model.v2.SpdxDocument docA, org.spdx.library.model.v2.SpdxDocument docB)
Return a file difference for the file contained in two different documentsSpdxFileDifference
SpdxSnippetComparer. getSnippetFromFileDifference(org.spdx.library.model.v2.SpdxDocument docA, org.spdx.library.model.v2.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 fileMethods in org.spdx.utility.compare that return types with arguments of type SpdxFileDifference Modifier and Type Method Description List<SpdxFileDifference>
SpdxComparer. getFileDifferences(int docindex1, int docindex2)
Returns any file differences found between the first and second SPDX documents as specified by the document indexList<SpdxFileDifference>
SpdxPackageComparer. getFileDifferences(org.spdx.library.model.v2.SpdxDocument docA, org.spdx.library.model.v2.SpdxDocument docB)
Get any fileDifferences which are in docA but not in docB
-