public interface StringTemplateBuilder
StringTemplateBuilder
interface is a base interface for classes
that are responsible for initialization of StringTemplate objects.Modifier and Type | Method and Description |
---|---|
org.stringtemplate.v4.ST |
build(org.stringtemplate.v4.STGroup group)
` * Performs initialization of the template for the target file based on templates
described in the corresponding template group.
|
org.stringtemplate.v4.ST build(org.stringtemplate.v4.STGroup group)
group
- A template group that stores templates required to accomplish code generation.ST
) object.