Package com.uber.okbuck.template.android
Class InstrumentationApkRule.Template
- java.lang.Object
-
- com.fizzed.rocker.RockerTemplate
-
- com.fizzed.rocker.runtime.DefaultRockerTemplate
-
- com.uber.okbuck.template.core.RuleTemplate
-
- com.uber.okbuck.template.android.InstrumentationApkRule.Template
-
- Enclosing class:
- InstrumentationApkRule
@Generated("Rocker") public static class InstrumentationApkRule.Template extends RuleTemplate
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmainApkRuleNameprotected java.lang.Stringmanifest-
Fields inherited from class com.uber.okbuck.template.core.RuleTemplate
deps, extraBuckOpts, fileConfiguredVisibility, labels, name, ruleType, visibility
-
-
Constructor Summary
Constructors Constructor Description Template(InstrumentationApkRule model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__doRender()-
Methods inherited from class com.uber.okbuck.template.core.RuleTemplate
__associate
-
-
-
-
Constructor Detail
-
Template
public Template(InstrumentationApkRule model)
-
-