Uses of Class
org.spdx.utility.compare.SpdxFileDifference
Packages that use SpdxFileDifference
-
Uses of SpdxFileDifference in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return SpdxFileDifferenceModifier and TypeMethodDescriptionSpdxFileComparer.getFileDifference(SpdxDocument docA, SpdxDocument docB) Return a file difference for the file contained in two different documentsSpdxSnippetComparer.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 fileMethods in org.spdx.utility.compare that return types with arguments of type SpdxFileDifferenceModifier and TypeMethodDescriptionSpdxComparer.getFileDifferences(int docindex1, int docindex2) Returns any file differences found between the first and second SPDX documents as specified by the document indexSpdxPackageComparer.getFileDifferences(SpdxDocument docA, SpdxDocument docB) Get any fileDifferences which are in docA but not in docB