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(SoyFileSetNode soyTree,
boolean isCaching,
ErrorReporter errorReporter) |
BaseTofu create(SoyFileSetNode soyTree, boolean isCaching, ErrorReporter errorReporter)
soyTree - The Soy parse tree containing all the files in the Soy file set.isCaching - Whether this instance caches intermediate Soy trees after substitutions from
the msgBundle and the cssRenamingMap.errorReporter - For reporting errors.