Uses of Interface
org.spdx.licenseTemplate.ILicenseTemplateOutputHandler
| Package | Description |
|---|---|
| org.spdx.licenseTemplate | |
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of ILicenseTemplateOutputHandler in org.spdx.licenseTemplate
Classes in org.spdx.licenseTemplate that implement ILicenseTemplateOutputHandler Modifier and Type Class Description classHtmlTemplateOutputHandlerLicense template output handler for generating an HTML version of a license from a license template.classTextTemplateOutputHandlerLicense template output handler for generating a text version of a license from a license template.Methods in org.spdx.licenseTemplate with parameters of type ILicenseTemplateOutputHandler Modifier and Type Method Description static voidSpdxLicenseTemplateHelper. parseTemplate(String licenseTemplate, ILicenseTemplateOutputHandler templateOutputHandler)Parses the license template calling the templateOutputHandler for any text and rules found -
Uses of ILicenseTemplateOutputHandler in org.spdx.utility.compare
Classes in org.spdx.utility.compare that implement ILicenseTemplateOutputHandler Modifier and Type Class Description classCompareTemplateOutputHandlerCompares the output of a parsed license template to text.classFilterTemplateOutputHandlerFilter the template output to create a list of strings filtering out optional and/or var text