Uses of Class
org.spdx.utility.compare.LineColumn
| Package | Description |
|---|---|
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of LineColumn in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return types with arguments of type LineColumn Modifier and Type Method Description List<LineColumn>CompareTemplateOutputHandler.DifferenceDescription. getDifferences()Methods in org.spdx.utility.compare with parameters of type LineColumn Modifier and Type Method Description voidCompareTemplateOutputHandler.DifferenceDescription. addDifference(LineColumn location, String token, String msg, String text, LicenseTemplateRule rule, CompareTemplateOutputHandler.DifferenceDescription lastOptionalDifference)Method parameters in org.spdx.utility.compare with type arguments of type LineColumn Modifier and Type Method Description static StringLicenseCompareHelper. locateOriginalText(String fullLicenseText, int startToken, int endToken, Map<Integer,LineColumn> tokenToLocation, String[] tokens)Locate the original text starting with the start token and ending with the end tokenvoidCompareTemplateOutputHandler.DifferenceDescription. setDifferences(List<LineColumn> differences)static String[]LicenseCompareHelper. tokenizeLicenseText(String licenseText, Map<Integer,LineColumn> tokenToLocation)Tokenizes the license text, normalizes quotes, lowercases and converts multi-words for better equiv.Constructor parameters in org.spdx.utility.compare with type arguments of type LineColumn Constructor Description DifferenceDescription(boolean differenceFound, String differenceMessage, List<LineColumn> differences)