public interface ILicenseTemplateOutputHandler
| Modifier and Type | Method and Description |
|---|---|
void |
beginOptional(LicenseTemplateRule rule)
Begin optional rule found
|
void |
completeParsing()
Signals all text has been added and parsing can be completed.
|
void |
endOptional(LicenseTemplateRule rule)
End optional rule found
|
void |
text(String text)
Text for processing
|
void |
variableRule(LicenseTemplateRule rule)
Variable rule found within the template
|
void text(String text)
text - void variableRule(LicenseTemplateRule rule)
rule - void beginOptional(LicenseTemplateRule rule)
rule - void endOptional(LicenseTemplateRule rule)
rule - void completeParsing()
throws LicenseParserException
LicenseParserExceptionCopyright © 2018 Linux Foundation. All Rights Reserved.