Uses of Class
org.spdx.licenseTemplate.LicenseParserException
Packages that use LicenseParserException
Package
Description
Utility classes for comparing SPDX model objects
-
Uses of LicenseParserException in org.spdx.licenseTemplate
Methods in org.spdx.licenseTemplate that throw LicenseParserExceptionModifier and TypeMethodDescriptionvoidILicenseTemplateOutputHandler.completeParsing()Signals all text has been added and parsing can be completed.static voidSpdxLicenseTemplateHelper.parseTemplate(String licenseTemplate, ILicenseTemplateOutputHandler templateOutputHandler) Parses the license template calling the templateOutputHandler for any text and rules found -
Uses of LicenseParserException in org.spdx.utility.compare
Methods in org.spdx.utility.compare that throw LicenseParserExceptionModifier and TypeMethodDescriptionvoidCompareTemplateOutputHandler.completeParsing()voidTemplateRegexMatcher.completeParsing()booleanCompareTemplateOutputHandler.matches()Performs the actual parsing if it has not been completed.