Package org.spdx.utility.compare
package org.spdx.utility.compare
Utility classes for comparing SPDX model objects
- Author:
- Gary O'Neall
-
ClassDescriptionCompares the output of a parsed license template to text.Information about any difference foundDeprecated.Primarily a static class of helper functions for comparing two SPDX licensesException thrown when there is an error during the comparison of SPDX documentsPerforms a comparison between two or more SPDX documents and holds the results of the comparisonContains information on differences between two different External Refs.Compares two SPDX filesContains the results of a comparison between two SPDX files with the same nameCompares two SPDX itemsContains the results of a comparison between two SPDX items with the same nameContains the results of a comparison between two SPDX non-standard licensesCompares two SPDX package.Compares two SPDX snippetsConstructs a regular expression from a license or exception template and provide a matching method to see if code matching the template exists within the text provided
TemplateRegexMatcherclass should be used in place of this class.