Class buildSh.Template

  • Enclosing class:
    buildSh

    public static class buildSh.Template
    extends com.fizzed.rocker.runtime.DefaultRockerTemplate
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

        com.fizzed.rocker.runtime.DefaultRockerTemplate.Internal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.fasterxml.jackson.databind.JsonNode config  
      protected String serviceId  
      • Fields inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

        __internal
    • Constructor Summary

      Constructors 
      Constructor Description
      Template​(buildSh model)  
    • Field Detail

      • config

        protected final com.fasterxml.jackson.databind.JsonNode config
      • serviceId

        protected final String serviceId
    • Constructor Detail

      • Template

        public Template​(buildSh model)
    • Method Detail

      • __doRender

        protected void __doRender()
                           throws IOException,
                                  com.fizzed.rocker.RenderingException
        Specified by:
        __doRender in class com.fizzed.rocker.runtime.DefaultRockerTemplate
        Throws:
        IOException
        com.fizzed.rocker.RenderingException