public static interface BaseTofu.BaseTofuFactory
Important: Do not use outside of Soy code (treat as superpackage-private).
| Modifier and Type | Method and Description |
|---|---|
BaseTofu |
create(TemplateRegistry templates,
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSortedSet<String>> templateToIjParamsInfoMap,
com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives) |
BaseTofu create(TemplateRegistry templates, com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSortedSet<String>> templateToIjParamsInfoMap, com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives)
templates - The full set of templates.templateToIjParamsInfoMap - the ij params for each template.printDirectives - The map of print directives.