Interface StringTemplateBuilder


  • public interface StringTemplateBuilder
    The StringTemplateBuilder interface is a base interface for classes that are responsible for initialization of StringTemplate objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • build

        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.
        Parameters:
        group - A template group that stores templates required to accomplish code generation.
        Returns:
        Fully initialized StringTemplate (ST) object.