Class JvmRule.Template

  • Enclosing class:
    JvmRule

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

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

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

      Constructors 
      Constructor Description
      Template​(JvmRule model)  
    • 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

      • srcs

        protected final java.util.Collection srcs
      • exts

        protected final java.util.Collection exts
      • resources

        protected final java.util.Collection resources
      • excludes

        protected final java.util.Collection excludes
      • sourceCompatibility

        protected final java.lang.String sourceCompatibility
      • targetCompatibility

        protected final java.lang.String targetCompatibility
      • mavenCoords

        protected final java.lang.String mavenCoords
      • testTargets

        protected final java.util.Collection testTargets
      • apPlugins

        protected final java.util.Collection apPlugins
      • aptDeps

        protected final java.util.Collection aptDeps
      • providedDeps

        protected final java.util.Collection providedDeps
      • exportedDeps

        protected final java.util.Collection exportedDeps
      • options

        protected final java.util.Map options
      • jvmArgs

        protected final java.util.Collection jvmArgs
      • env

        protected final java.util.Map env
      • content

        protected final com.fizzed.rocker.RockerContent content
    • Constructor Detail

      • Template

        public Template​(JvmRule model)
    • 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