public class TemplateTypeBuilderImpl extends Object implements TemplateTypeBuilder
A TemplateTypeBuilder implementation.
| Constructor and Description |
|---|
TemplateTypeBuilderImpl()
Creates a builder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildTemplateType(TemplateType type,
Context context)
Builds the template type.
|
public String buildTemplateType(TemplateType type, Context context) throws BuildException
TemplateTypeBuilderBuilds the template type.
buildTemplateType in interface TemplateTypeBuildertype - The template type.context - The context.BuildException - If an error occurs during the build.Copyright © 2015–2019. All rights reserved.