public interface TemplatesBuilder
A builder for templates.
| Modifier and Type | Method and Description |
|---|---|
String |
buildTemplates(Templates templates,
Context context)
Builds the templates.
|
void |
buildTemplates(Templates templates,
DataTarget target,
Context context)
Builds the templates.
|
String buildTemplates(Templates templates, Context context) throws BuildException
Builds the templates.
templates - The templates.context - The context.IllegalArgumentException - If any of the parameters are null.BuildException - If an error occurs during the building.void buildTemplates(Templates templates, DataTarget target, Context context) throws IOException, BuildException
Builds the templates.
templates - The templates.target - The target.context - The context.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.