Uses of Class
org.spdx.licenseTemplate.LicenseParserException
| Package | Description |
|---|---|
| org.spdx.licenseTemplate | |
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
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 -
Uses of LicenseParserException in org.spdx.utility.compare
Methods in org.spdx.utility.compare that throw LicenseParserException Modifier and Type Method Description voidCompareTemplateOutputHandler. completeParsing()booleanCompareTemplateOutputHandler. matches()Performs the actual parsing if it has not been completed.