Uses of Class
org.spdx.utility.compare.CompareTemplateOutputHandler.DifferenceDescription
Packages that use CompareTemplateOutputHandler.DifferenceDescription
-
Uses of CompareTemplateOutputHandler.DifferenceDescription in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return CompareTemplateOutputHandler.DifferenceDescriptionModifier and TypeMethodDescriptionCompareTemplateOutputHandler.getDifferences()Retrieve the details of the differences found during the comparison processLicenseCompareHelper.isTextMatchingTemplate(String template, String compareText) Compare the provided text against a license template using SPDX matching guidelinesLicenseCompareHelper.isTextStandardException(org.spdx.library.model.v2.license.LicenseException exception, String compareText) Compares exception text to the exception text of an SPDX Standard exceptionLicenseCompareHelper.isTextStandardException(org.spdx.library.model.v3_0_1.expandedlicensing.ListedLicenseException exception, String compareText) Compares exception text to the exception text of an SPDX Standard exceptionLicenseCompareHelper.isTextStandardLicense(org.spdx.library.model.v2.license.License license, String compareText) Compares license text to the license text of an SPDX Standard LicenseLicenseCompareHelper.isTextStandardLicense(org.spdx.library.model.v3_0_1.expandedlicensing.License license, String compareText) Compares license text to the license text of an SPDX Standard LicenseMethods in org.spdx.utility.compare with parameters of type CompareTemplateOutputHandler.DifferenceDescriptionModifier and TypeMethodDescriptionvoidCompareTemplateOutputHandler.DifferenceDescription.addDifference(org.spdx.licenseTemplate.LineColumn location, String token, String msg, String text, org.spdx.licenseTemplate.LicenseTemplateRule rule, CompareTemplateOutputHandler.DifferenceDescription lastOptionalDifference) Adds a new difference to the list of differences found during the comparison process