Class SpdxFileDifference

java.lang.Object
org.spdx.utility.compare.SpdxItemDifference
org.spdx.utility.compare.SpdxFileDifference

public class SpdxFileDifference extends SpdxItemDifference
Contains the results of a comparison between two SPDX files with the same name
Author:
Gary O'Neall
  • Constructor Details

  • Method Details

    • getFileName

      public String getFileName()
      Returns:
      the fileName
    • getFileTypeA

      public List<FileType> getFileTypeA()
      Returns:
      the fileTypeA
    • getFileTypeB

      public List<FileType> getFileTypeB()
      Returns:
      the fileTypeB
    • isContributorsEqual

      public boolean isContributorsEqual()
    • isNoticeTextsEqual

      public boolean isNoticeTextsEqual()
    • isFileDependenciesEqual

      public boolean isFileDependenciesEqual()
    • isTypeEqual

      public boolean isTypeEqual()
      Returns:
    • isChecksumsEquals

      public boolean isChecksumsEquals()
      Returns:
    • getContributorsAAsString

      public String getContributorsAAsString()
      Returns:
    • getContributorsBAsString

      public String getContributorsBAsString()
      Returns:
    • getFileDependenciesAAsString

      public String getFileDependenciesAAsString()
      Returns:
    • getFileDependenciesBAsString

      public String getFileDependenciesBAsString()
      Returns:
    • getContributorsA

      public List<String> getContributorsA()
      Returns:
      the contributorsA
    • getNoticeA

      public String getNoticeA()
      Returns:
      the noticeA
    • getContributorsB

      public List<String> getContributorsB()
      Returns:
      the contributorsB
    • getNoticeB

      public String getNoticeB()
      Returns:
      the noticeB
    • getDependantFileNamesA

      public List<String> getDependantFileNamesA()
      Returns:
      the dependantFileNamesA
    • getDependantFileNamesB

      public List<String> getDependantFileNamesB()
      Returns:
      the dependantFileNamesB
    • getUniqueChecksumsA

      public List<Checksum> getUniqueChecksumsA()
      Returns:
      the uniqueChecksumsA
    • getUniqueChecksumsB

      public List<Checksum> getUniqueChecksumsB()
      Returns:
      the uniqueChecksumsB
    • getSpdxIdA

      public String getSpdxIdA()
      Returns:
    • getSpdxIdB

      public String getSpdxIdB()
      Returns: