Uses of Class
org.spdx.utility.compare.LineColumn
Packages that use LineColumn
-
Uses of LineColumn in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return types with arguments of type LineColumnModifier and TypeMethodDescriptionCompareTemplateOutputHandler.DifferenceDescription.getDifferences()Methods in org.spdx.utility.compare with parameters of type LineColumnModifier and TypeMethodDescriptionvoidCompareTemplateOutputHandler.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 LineColumnModifier and TypeMethodDescriptionstatic 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 LineColumnModifierConstructorDescriptionDifferenceDescription(boolean differenceFound, String differenceMessage, List<LineColumn> differences)