Uses of Class
org.spdx.licenseTemplate.LicenseParserException
-
Packages that use LicenseParserException Package Description org.spdx.licenseTemplate License template are used for matching licenses -
-
Uses of LicenseParserException in org.spdx.licenseTemplate
Methods in org.spdx.licenseTemplate that throw LicenseParserException Modifier and Type Method Description voidILicenseTemplateOutputHandler. 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
-