Uses of Interface
org.spdx.licenseTemplate.ILicenseTemplateOutputHandler
-
Packages that use ILicenseTemplateOutputHandler Package Description org.spdx.licenseTemplate License template are used for matching licenses -
-
Uses of ILicenseTemplateOutputHandler in org.spdx.licenseTemplate
Classes in org.spdx.licenseTemplate that implement ILicenseTemplateOutputHandler Modifier and Type Class Description class
HtmlTemplateOutputHandler
License template output handler for generating an HTML version of a license from a license template.class
TextTemplateOutputHandler
License template output handler for generating a text version of a license from a license templateMethods in org.spdx.licenseTemplate with parameters of type ILicenseTemplateOutputHandler Modifier and Type Method Description static void
SpdxLicenseTemplateHelper. parseTemplate(String licenseTemplate, ILicenseTemplateOutputHandler templateOutputHandler)
Parses the license template calling the templateOutputHandler for any text and rules found
-