Class BuckConfig.Template

  • Enclosing class:
    BuckConfig

    @Generated("Rocker")
    public static class BuckConfig.Template
    extends RuleTemplate
    • Nested Class Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __doRender()  
      • Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

        __newOutput, __render, raw, raw
      • Methods inherited from class com.fizzed.rocker.RockerTemplate

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • buildToolsVersion

        protected final java.lang.String buildToolsVersion
      • target

        protected final java.lang.String target
      • groovyHome

        protected final java.lang.String groovyHome
      • kotlinHome

        protected final java.lang.String kotlinHome
      • scalaCompiler

        protected final java.lang.String scalaCompiler
      • scalaLibrary

        protected final java.lang.String scalaLibrary
      • proguardJar

        protected final java.lang.String proguardJar
      • buildFileName

        protected final java.lang.String buildFileName
      • mavenRepositories

        protected final java.util.Map mavenRepositories
    • Constructor Detail

    • Method Detail

      • __doRender

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