public interface TemplateTypeBuilder
A builder for the template type.
| Modifier and Type | Method and Description |
|---|---|
String |
buildTemplateType(TemplateType type,
Context context)
Builds the template type.
|
String buildTemplateType(TemplateType type, Context context) throws BuildException
Builds the template type.
type - The template type.context - The context.IllegalArgumentException - If any of the parameters are null.BuildException - If an error occurs during the build.Copyright © 2015–2019. All rights reserved.