Class MultiDocumentSpreadsheet.SpdxFileComparator

java.lang.Object
org.spdx.tools.compare.MultiDocumentSpreadsheet.SpdxFileComparator
All Implemented Interfaces:
Comparator<org.spdx.library.model.SpdxFile>
Enclosing class:
MultiDocumentSpreadsheet

protected static final class MultiDocumentSpreadsheet.SpdxFileComparator extends Object implements Comparator<org.spdx.library.model.SpdxFile>
  • Constructor Details

    • SpdxFileComparator

      protected SpdxFileComparator()
  • Method Details

    • compare

      public int compare(org.spdx.library.model.SpdxFile arg0, org.spdx.library.model.SpdxFile arg1)
      Specified by:
      compare in interface Comparator<org.spdx.library.model.SpdxFile>