Class AndroidModuleRule.Template

    • Field Detail

      • srcs

        protected final java.util.Collection srcs
      • exts

        protected final java.util.Collection exts
      • resources

        protected final java.util.Collection resources
      • resDirs

        protected final java.util.Collection resDirs
      • excludes

        protected final java.util.Collection excludes
      • sourceCompatibility

        protected final java.lang.String sourceCompatibility
      • targetCompatibility

        protected final java.lang.String targetCompatibility
      • proguardConfig

        protected final java.lang.String proguardConfig
      • 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
      • options

        protected final java.util.Map options
      • jvmArgs

        protected final java.util.Collection jvmArgs
      • env

        protected final java.util.Map env
      • exportedDeps

        protected final java.util.Collection exportedDeps
      • friendPaths

        protected final java.util.Collection friendPaths
      • robolectricManifest

        protected final java.lang.String robolectricManifest
      • runtimeDependency

        protected final java.lang.String runtimeDependency
      • generateR2

        protected final boolean generateR2
      • disableLint

        protected final boolean disableLint
      • disableLintTemplate

        protected final boolean disableLintTemplate
      • customLints

        protected final java.util.Collection customLints
      • lintConfigXml

        protected final java.lang.String lintConfigXml
      • lintOptions

        protected final com.android.builder.model.LintOptions lintOptions
      • pkg

        protected final java.lang.String pkg
      • manifestMainManifest

        protected final java.lang.String manifestMainManifest
      • manifestMinSdk

        protected final java.lang.String manifestMinSdk
      • manifestTargetSdk

        protected final java.lang.String manifestTargetSdk
      • manifestVersionCode

        protected final java.lang.Integer manifestVersionCode
      • manifestVersionName

        protected final java.lang.String manifestVersionName
      • manifestDebuggable

        protected final boolean manifestDebuggable
      • manifestSecondaryManifests

        protected final java.util.Collection manifestSecondaryManifests
      • resRes

        protected final java.util.Collection resRes
      • resProjectRes

        protected final java.lang.String resProjectRes
      • resAssets

        protected final java.util.Collection resAssets
      • resExtraDeps

        protected final java.util.Collection resExtraDeps
      • resResourceUnion

        protected final boolean resResourceUnion
    • 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