public interface ILicenseTemplateOutputHandler
| Modifier and Type | Method and Description |
|---|---|
void |
beginOptional(LicenseTemplateRule rule)
Begin optional rule found
|
void |
endOptional(LicenseTemplateRule rule)
End optional rule found
|
void |
normalText(String text)
Normal text found with the template (non-optional and not within a variable rule)
|
void |
optionalText(String text)
Text found within an optional text block
|
void |
variableRule(LicenseTemplateRule rule)
Variable rule found within the template
|
void optionalText(String text)
text - void normalText(String text)
text - void variableRule(LicenseTemplateRule rule)
rule - void beginOptional(LicenseTemplateRule rule)
rule - void endOptional(LicenseTemplateRule rule)
rule - Copyright © 2017 Linux Foundation. All Rights Reserved.